]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
bumped version number
authorYann Collet <cyan@fb.com>
Wed, 12 Oct 2016 00:29:27 +0000 (17:29 -0700)
committerYann Collet <cyan@fb.com>
Wed, 12 Oct 2016 00:29:27 +0000 (17:29 -0700)
lib/zstd.h

index dd3f5df4c7f57aa0ca230b61bf0e1ea0471f1a7d..c2f5f5d4c3ba99afcea3fd71fb12018e8e06256a 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*=======   Version   =======*/
 #define ZSTD_VERSION_MAJOR    1
 #define ZSTD_VERSION_MINOR    1
-#define ZSTD_VERSION_RELEASE  0
+#define ZSTD_VERSION_RELEASE  1
 
 #define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
 #define ZSTD_QUOTE(str) #str