summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-04-13 21:18:35 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-04-13 21:18:35 -0700
commitb7bc38845416febaba0d3736fec890750ad9fb28 (patch)
tree66c88953fd4ac49d37326d57006797b3401fd6db /zlib.h
parentc714072020170474aa168769b4b41f61d919884e (diff)
downloadzlib-1.2.7.3.tar.gz
zlib-1.2.7.3.tar.bz2
zlib-1.2.7.3.zip
zlib 1.2.7.3v1.2.7.3
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib.h b/zlib.h
index 1ee8850..5e6e407 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.7.3, April xxth, 2013 2 version 1.2.7.3, April 13th, 2013
3 3
4 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler 4 Copyright (C) 1995-2013 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.7.3-motley" 40#define ZLIB_VERSION "1.2.7.3"
41#define ZLIB_VERNUM 0x1273 41#define ZLIB_VERNUM 0x1273
42#define ZLIB_VER_MAJOR 1 42#define ZLIB_VER_MAJOR 1
43#define ZLIB_VER_MINOR 2 43#define ZLIB_VER_MINOR 2