aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--win32/zlib1.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f0b41f0..c61aa30 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
1# Makefile for zlib 1# Makefile for zlib
2# Copyright (C) 1995-2012 Jean-loup Gailly, Mark Adler 2# Copyright (C) 1995-2013 Jean-loup Gailly, Mark Adler
3# For conditions of distribution and use, see copyright notice in zlib.h 3# For conditions of distribution and use, see copyright notice in zlib.h
4 4
5# To compile and test, type: 5# To compile and test, type:
diff --git a/win32/zlib1.rc b/win32/zlib1.rc
index 13c6221..5c0feed 100644
--- a/win32/zlib1.rc
+++ b/win32/zlib1.rc
@@ -26,7 +26,7 @@ BEGIN
26 VALUE "FileDescription", "zlib data compression library\0" 26 VALUE "FileDescription", "zlib data compression library\0"
27 VALUE "FileVersion", ZLIB_VERSION "\0" 27 VALUE "FileVersion", ZLIB_VERSION "\0"
28 VALUE "InternalName", "zlib1.dll\0" 28 VALUE "InternalName", "zlib1.dll\0"
29 VALUE "LegalCopyright", "(C) 1995-2012 Jean-loup Gailly & Mark Adler\0" 29 VALUE "LegalCopyright", "(C) 1995-2013 Jean-loup Gailly & Mark Adler\0"
30 VALUE "OriginalFilename", "zlib1.dll\0" 30 VALUE "OriginalFilename", "zlib1.dll\0"
31 VALUE "ProductName", "zlib\0" 31 VALUE "ProductName", "zlib\0"
32 VALUE "ProductVersion", ZLIB_VERSION "\0" 32 VALUE "ProductVersion", ZLIB_VERSION "\0"