From 94acb3c1a0fbd14482224d6af3699ddb9e163510 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 12 Feb 2012 14:11:48 -0800 Subject: zlib 1.2.6.1 --- zlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zlib.h') diff --git a/zlib.h b/zlib.h index db47bf8..d65af43 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, January xxth, 2012 + version 1.2.6.1, February 12th, 2012 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler @@ -37,7 +37,7 @@ extern "C" { #endif -#define ZLIB_VERSION "1.2.6.1-motley" +#define ZLIB_VERSION "1.2.6.1" #define ZLIB_VERNUM 0x1261 #define ZLIB_VER_MAJOR 1 #define ZLIB_VER_MINOR 2 -- cgit v1.2.3-55-g6feb