Change version number to 1.2.7.

This commit is contained in:
Mark Adler
2012-02-12 16:15:47 -08:00
parent 94acb3c1a0
commit 72e2c8f088
20 changed files with 43 additions and 40 deletions

10
zlib.h
View File

@@ -1,5 +1,5 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.6.1, February 12th, 2012
version 1.2.7, February xxth, 2012
Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
@@ -37,12 +37,12 @@
extern "C" {
#endif
#define ZLIB_VERSION "1.2.6.1"
#define ZLIB_VERNUM 0x1261
#define ZLIB_VERSION "1.2.7-motley"
#define ZLIB_VERNUM 0x1270
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2
#define ZLIB_VER_REVISION 6
#define ZLIB_VER_SUBREVISION 1
#define ZLIB_VER_REVISION 7
#define ZLIB_VER_SUBREVISION 0
/*
The 'zlib' compression library provides in-memory compression and