zlib 1.2.4.5

This commit is contained in:
Mark Adler
2011-09-09 23:34:55 -07:00
parent a7d70663cf
commit 7301420248
31 changed files with 119 additions and 106 deletions

8
zlib.h
View File

@@ -1,5 +1,5 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.4.4, April 18th, 2010
version 1.2.4.5, April 18th, 2010
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
@@ -37,12 +37,12 @@
extern "C" {
#endif
#define ZLIB_VERSION "1.2.4.4"
#define ZLIB_VERNUM 0x1244
#define ZLIB_VERSION "1.2.4.5"
#define ZLIB_VERNUM 0x1245
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2
#define ZLIB_VER_REVISION 4
#define ZLIB_VER_SUBREVISION 4
#define ZLIB_VER_SUBREVISION 5
/*
The 'zlib' compression library provides in-memory compression and