aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-02-19 22:36:40 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-02-19 22:36:40 -0800
commit8435052a6bfb50d876b8f629b28123821e04ae01 (patch)
treef865c7953e0eb1e093ef529d25a25d0369640389 /win32
parentd63c8880396bbfffdba451b3fa5a60eb189fc2c2 (diff)
downloadzlib-8435052a6bfb50d876b8f629b28123821e04ae01.tar.gz
zlib-8435052a6bfb50d876b8f629b28123821e04ae01.tar.bz2
zlib-8435052a6bfb50d876b8f629b28123821e04ae01.zip
Update version numbers and year in win32/README-WIN32.txt.
Diffstat (limited to 'win32')
-rw-r--r--win32/README-WIN32.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/README-WIN32.txt b/win32/README-WIN32.txt
index 1e4c093..46c5923 100644
--- a/win32/README-WIN32.txt
+++ b/win32/README-WIN32.txt
@@ -1,6 +1,6 @@
1ZLIB DATA COMPRESSION LIBRARY 1ZLIB DATA COMPRESSION LIBRARY
2 2
3zlib 1.2.4 is a general purpose data compression library. All the code is 3zlib 1.2.7 is a general purpose data compression library. All the code is
4thread safe. The data format used by the zlib library is described by RFCs 4thread 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
6http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) 6http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
@@ -22,7 +22,7 @@ before asking for help.
22 22
23Manifest: 23Manifest:
24 24
25The package zlib-1.2.4-win32-x86.zip contains the following files: 25The package zlib-1.2.7-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
@@ -58,7 +58,7 @@ The package zlib-1.2.4-win32-x86.zip contains the following files:
58 58
59All .pdb files above are entirely optional, but are very useful to a developer 59All .pdb files above are entirely optional, but are very useful to a developer
60attempting to diagnose program misbehavior or a crash. Many additional 60attempting to diagnose program misbehavior or a crash. Many additional
61important files for developers can be found in the zlib124.zip source package 61important files for developers can be found in the zlib127.zip source package
62available from http://zlib.net/ - review that package's README file for details. 62available from http://zlib.net/ - review that package's README file for details.
63 63
64 64
@@ -72,7 +72,7 @@ are too numerous to cite here.
72 72
73Copyright notice: 73Copyright notice:
74 74
75 (C) 1995-2010 Jean-loup Gailly and Mark Adler 75 (C) 1995-2012 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