From: root Date: Thu, 11 Dec 2014 11:22:38 +0000 (+0100) Subject: Add ZLIBNG_* version definitions and change comment at the top of X-Git-Tag: 1.9.9-b1~887 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a284f2dcf392283944f14e5973392097a47084;p=thirdparty%2Fzlib-ng.git Add ZLIBNG_* version definitions and change comment at the top of zlib.h for better clarity. --- diff --git a/zlib.h b/zlib.h index aa315befa..b6c3911c4 100644 --- a/zlib.h +++ b/zlib.h @@ -1,5 +1,5 @@ -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.8, April 28th, 2013 +/* zlib.h -- interface of the 'zlib-ng' compression library + Forked from and compatible with zlib 1.2.8 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler @@ -37,6 +37,13 @@ extern "C" { #endif +#define ZLIBNG_VERSION "1.9.9" +#define ZLIBNG_VERNUM 0x1990 +#define ZLIBNG_VER_MAJOR 1 +#define ZLIBNG_VER_MINOR 9 +#define ZLIBNG_VER_REVISION 9 +#define ZLIBNG_VER_SUBREVISION 0 + #define ZLIB_VERSION "1.2.8.zlib-ng" #define ZLIB_VERNUM 0x128f #define ZLIB_VER_MAJOR 1