summaryrefslogtreecommitdiffstats
path: root/compat/zlib/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/zlib/zlib.h')
-rw-r--r--compat/zlib/zlib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/compat/zlib/zlib.h b/compat/zlib/zlib.h
index 586ab31..78a1b32 100644
--- a/compat/zlib/zlib.h
+++ b/compat/zlib/zlib.h
@@ -1,5 +1,5 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library
- version 1.2.3, July 18th, 2005
+ version 1.2.3.f-tcl, Dec 22th, 2008
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
@@ -44,6 +44,9 @@ extern "C" {
*/
#define ZLIB_VERSION "1.2.3.f-tcl"
#define ZLIB_VERNUM 0x123f
+#define ZLIB_VER_MAJOR 1
+#define ZLIB_VER_MINOR 2
+#define ZLIB_VER_REVISION 3
/*
The 'zlib' compression library provides in-memory compression and