zlib 1.2.0.3

This commit is contained in:
Mark Adler
2011-09-09 23:22:21 -07:00
parent 8e34b3a802
commit 85e7d7d9ba
21 changed files with 123 additions and 393 deletions

6
zlib.h
View File

@@ -1,5 +1,5 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.0.2, July 13th, 2003
version 1.2.0.3, July 19th, 2003
Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler
@@ -37,8 +37,8 @@
extern "C" {
#endif
#define ZLIB_VERSION "1.2.0.2"
#define ZLIB_VERNUM 0x1202
#define ZLIB_VERSION "1.2.0.3"
#define ZLIB_VERNUM 0x1203
/*
The 'zlib' compression library provides in-memory compression and