summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2022-03-27 18:07:49 -0700
committerMark Adler <madler@alumni.caltech.edu>2022-03-27 18:07:49 -0700
commita4c17581d8fd9dc38d498430825d148fe7177881 (patch)
tree5c9b485ce459a9c3517a8f9658442f3b1284a402 /zlib.h
parent21767c654d31d2dccdde4330529775c6c5fd5389 (diff)
downloadzlib-a4c17581d8fd9dc38d498430825d148fe7177881.tar.gz
Change version number on develop branch to 1.2.12.1.
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zlib.h b/zlib.h
index 4a98e38..eb87517 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1,5 +1,5 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library
- version 1.2.12, March 11th, 2022
+ version 1.2.12.1, March xxth, 2022
Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
@@ -37,12 +37,12 @@
extern "C" {
#endif
-#define ZLIB_VERSION "1.2.12"
-#define ZLIB_VERNUM 0x12c0
+#define ZLIB_VERSION "1.2.12.1-motley"
+#define ZLIB_VERNUM 0x12c1
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2
#define ZLIB_VER_REVISION 12
-#define ZLIB_VER_SUBREVISION 0
+#define ZLIB_VER_SUBREVISION 1
/*
The 'zlib' compression library provides in-memory compression and