diff options
author | dgp <dgp@users.sourceforge.net> | 2014-08-22 22:11:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-08-22 22:11:13 (GMT) |
commit | e7501c3ad0279f913c75f93eae9e7d74bf49ea85 (patch) | |
tree | 729e3a60b0c3c34f2d5c7150c8ecb01efb6aba7c /generic/tclZlib.c | |
parent | 97233951bf545594a0228fb983dc8d62442a8aa9 (diff) | |
download | tcl-e7501c3ad0279f913c75f93eae9e7d74bf49ea85.zip tcl-e7501c3ad0279f913c75f93eae9e7d74bf49ea85.tar.gz tcl-e7501c3ad0279f913c75f93eae9e7d74bf49ea85.tar.bz2 |
Bump to zlib 2.0.1.
Diffstat (limited to 'generic/tclZlib.c')
-rw-r--r-- | generic/tclZlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZlib.c b/generic/tclZlib.c index 06e18fe..956e3f9 100644 --- a/generic/tclZlib.c +++ b/generic/tclZlib.c @@ -26,7 +26,7 @@ * interface, even if that is mostly true). */ -#define TCL_ZLIB_VERSION "2.0" +#define TCL_ZLIB_VERSION "2.0.1" /* * Magic flags used with wbits fields to indicate that we're handling the gzip |