zlib 1.2.4-pre1

This commit is contained in:
Mark Adler
2011-09-09 23:32:36 -07:00
parent 7751bd4c71
commit 67cc20d004
67 changed files with 3311 additions and 3508 deletions

9
zlib.h
View File

@@ -1,5 +1,5 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.3.9, Feb 21st, 2010
version 1.2.3.9, Mar 11th, 2010
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
@@ -37,11 +37,12 @@
extern "C" {
#endif
#define ZLIB_VERSION "1.2.3.9"
#define ZLIB_VERNUM 0x1239
#define ZLIB_VERSION "1.2.4"
#define ZLIB_VERNUM 0x1240
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2
#define ZLIB_VER_REVISION 3
#define ZLIB_VER_REVISION 4
#define ZLIB_VER_SUBREVISION 0
/*
The 'zlib' compression library provides in-memory compression and