From 0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 15 Jan 2012 19:31:31 -0800 Subject: Change version number to 1.2.6. --- zlib.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index 20bc62c..9452fee 100644 --- a/zlib.h +++ b/zlib.h @@ -1,5 +1,5 @@ /* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.5.3, January 15th, 2012 + version 1.2.6, January xxth, 2012 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler @@ -37,12 +37,12 @@ extern "C" { #endif -#define ZLIB_VERSION "1.2.5.3" -#define ZLIB_VERNUM 0x1253 +#define ZLIB_VERSION "1.2.6-motley" +#define ZLIB_VERNUM 0x1260 #define ZLIB_VER_MAJOR 1 #define ZLIB_VER_MINOR 2 -#define ZLIB_VER_REVISION 5 -#define ZLIB_VER_SUBREVISION 3 +#define ZLIB_VER_REVISION 6 +#define ZLIB_VER_SUBREVISION 0 /* The 'zlib' compression library provides in-memory compression and -- cgit v1.2.1