summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-01-29 10:13:15 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-01-29 10:13:15 -0800
commite75de023b6cd7177c8e44ef1c72b74f5efde5418 (patch)
tree725f79919ddf30d6aec17373760b57977590dc75 /zlib.h
parent68a02240a6aa2b487ebebc322d8e0658b209e938 (diff)
downloadzlib-1.2.6.tar.gz
zlib-1.2.6.tar.bz2
zlib-1.2.6.zip
zlib 1.2.6v1.2.6
Diffstat (limited to '')
-rw-r--r--zlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib.h b/zlib.h
index 9452fee..79142d1 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1,5 +1,5 @@
1/* zlib.h -- interface of the 'zlib' general purpose compression library 1/* zlib.h -- interface of the 'zlib' general purpose compression library
2 version 1.2.6, January xxth, 2012 2 version 1.2.6, January 29th, 2012
3 3
4 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler 4 Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
5 5
@@ -37,7 +37,7 @@
37extern "C" { 37extern "C" {
38#endif 38#endif
39 39
40#define ZLIB_VERSION "1.2.6-motley" 40#define ZLIB_VERSION "1.2.6"
41#define ZLIB_VERNUM 0x1260 41#define ZLIB_VERNUM 0x1260
42#define ZLIB_VER_MAJOR 1 42#define ZLIB_VER_MAJOR 1
43#define ZLIB_VER_MINOR 2 43#define ZLIB_VER_MINOR 2