zlib 1.2.5.2

This commit is contained in:
Mark Adler
2011-12-18 10:39:45 -08:00
parent 4ab814df83
commit fe61dfb8a2
7 changed files with 57 additions and 8 deletions

4
zlib.h
View File

@@ -1,5 +1,5 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.5.2, September xxth, 2011
version 1.2.5.2, December 17th, 2011
Copyright (C) 1995-2011 Jean-loup Gailly and Mark Adler
@@ -37,7 +37,7 @@
extern "C" {
#endif
#define ZLIB_VERSION "1.2.5.2-motley"
#define ZLIB_VERSION "1.2.5.2"
#define ZLIB_VERNUM 0x1252
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2