zlib 1.2.5.3

This commit is contained in:
Mark Adler
2012-01-15 18:58:21 -08:00
parent 68f64498c2
commit defd366a41
4 changed files with 19 additions and 7 deletions

6
zlib.h
View File

@@ -1,7 +1,7 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.5.3, December xxth, 2011
version 1.2.5.3, January 15th, 2012
Copyright (C) 1995-2011 Jean-loup Gailly and Mark Adler
Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -37,7 +37,7 @@
extern "C" {
#endif
#define ZLIB_VERSION "1.2.5.3-motley"
#define ZLIB_VERSION "1.2.5.3"
#define ZLIB_VERNUM 0x1253
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2