From 72e2c8f088074d9f0c7c8dfb007abc1287ddbb97 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 12 Feb 2012 16:15:47 -0800 Subject: Change version number to 1.2.7. --- zlib.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index d65af43..1ad592f 100644 --- a/zlib.h +++ b/zlib.h @@ -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 -- cgit v1.2.3-55-g6feb