diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 08:54:04 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2017-01-15 09:07:08 -0800 |
| commit | 11ceaed751369ec499e1f4c021a881f46bb1bb04 (patch) | |
| tree | 7268b302b7d0ea20a255fbaf274c64497b1f9e31 /win32 | |
| parent | 4a090adef8c773087ec8916ad3c2236ef560df27 (diff) | |
| download | zlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.tar.gz zlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.tar.bz2 zlib-11ceaed751369ec499e1f4c021a881f46bb1bb04.zip | |
Change version number to 1.2.10.1.
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.msc | 2 | ||||
| -rw-r--r-- | win32/README-WIN32.txt | 6 | ||||
| -rw-r--r-- | win32/zlib1.rc | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/win32/Makefile.msc b/win32/Makefile.msc index 67b7731..6831882 100644 --- a/win32/Makefile.msc +++ b/win32/Makefile.msc | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Makefile for zlib using Microsoft (Visual) C | 1 | # Makefile for zlib using Microsoft (Visual) C |
| 2 | # zlib is copyright (C) 1995-2006 Jean-loup Gailly and Mark Adler | 2 | # zlib is copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler |
| 3 | # | 3 | # |
| 4 | # Usage: | 4 | # Usage: |
| 5 | # nmake -f win32/Makefile.msc (standard build) | 5 | # nmake -f win32/Makefile.msc (standard build) |
diff --git a/win32/README-WIN32.txt b/win32/README-WIN32.txt index 16adcca..234adfe 100644 --- a/win32/README-WIN32.txt +++ b/win32/README-WIN32.txt | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ZLIB DATA COMPRESSION LIBRARY | 1 | ZLIB DATA COMPRESSION LIBRARY |
| 2 | 2 | ||
| 3 | zlib 1.2.10 is a general purpose data compression library. All the code is | 3 | zlib 1.2.10.1 is a general purpose data compression library. All the code is |
| 4 | thread safe. The data format used by the zlib library is described by RFCs | 4 | thread safe. The data format used by the zlib library is described by RFCs |
| 5 | (Request for Comments) 1950 to 1952 in the files | 5 | (Request for Comments) 1950 to 1952 in the files |
| 6 | http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) | 6 | http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) |
| @@ -22,7 +22,7 @@ before asking for help. | |||
| 22 | 22 | ||
| 23 | Manifest: | 23 | Manifest: |
| 24 | 24 | ||
| 25 | The package zlib-1.2.10-win32-x86.zip will contain the following files: | 25 | The package zlib-1.2.10.1-win32-x86.zip will contain the following files: |
| 26 | 26 | ||
| 27 | README-WIN32.txt This document | 27 | README-WIN32.txt This document |
| 28 | ChangeLog Changes since previous zlib packages | 28 | ChangeLog Changes since previous zlib packages |
| @@ -72,7 +72,7 @@ are too numerous to cite here. | |||
| 72 | 72 | ||
| 73 | Copyright notice: | 73 | Copyright notice: |
| 74 | 74 | ||
| 75 | (C) 1995-2012 Jean-loup Gailly and Mark Adler | 75 | (C) 1995-2017 Jean-loup Gailly and Mark Adler |
| 76 | 76 | ||
| 77 | This software is provided 'as-is', without any express or implied | 77 | This software is provided 'as-is', without any express or implied |
| 78 | warranty. In no event will the authors be held liable for any damages | 78 | warranty. In no event will the authors be held liable for any damages |
diff --git a/win32/zlib1.rc b/win32/zlib1.rc index 5c0feed..234e641 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-2013 Jean-loup Gailly & Mark Adler\0" | 29 | VALUE "LegalCopyright", "(C) 1995-2017 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" |
