]> git.lizzy.rs Git - zlib.git/blobdiff - zlib.h
Change version number to 1.2.7.3.
[zlib.git] / zlib.h
diff --git a/zlib.h b/zlib.h
index 65eb6250e4bdf65676f4c2082ce219047cc8bea5..1ee8850d38db4de32de4bf9abc70f1dec330b771 100644 (file)
--- a/zlib.h
+++ b/zlib.h
@@ -1,7 +1,7 @@
 /* zlib.h -- interface of the 'zlib' general purpose compression library
-  version 1.2.7.1, May xxth, 2012
+  version 1.2.7.3, April xxth, 2013
 
-  Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler
+  Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
 
   This software is provided 'as-is', without any express or implied
   warranty.  In no event will the authors be held liable for any damages
 extern "C" {
 #endif
 
-#define ZLIB_VERSION "1.2.7.1-motley"
-#define ZLIB_VERNUM 0x1271
+#define ZLIB_VERSION "1.2.7.3-motley"
+#define ZLIB_VERNUM 0x1273
 #define ZLIB_VER_MAJOR 1
 #define ZLIB_VER_MINOR 2
 #define ZLIB_VER_REVISION 7
-#define ZLIB_VER_SUBREVISION 1
+#define ZLIB_VER_SUBREVISION 3
 
 /*
     The 'zlib' compression library provides in-memory compression and