]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Add ZLIBNG_* version definitions and change comment at the top of
authorroot <root@hk.drivdigital.no>
Thu, 11 Dec 2014 11:22:38 +0000 (12:22 +0100)
committerroot <root@hk.drivdigital.no>
Thu, 11 Dec 2014 11:22:38 +0000 (12:22 +0100)
zlib.h for better clarity.

zlib.h

diff --git a/zlib.h b/zlib.h
index aa315befa200d38fe4b62277b689cdffa7fca455..b6c3911c45651aaaee8aa423003d4361fd190af9 100644 (file)
--- 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
 
 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