]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump Library Version 1.4.8 -> 1.4.9
authorW. Felix Handte <w@felixhandte.com>
Mon, 1 Mar 2021 22:45:30 +0000 (17:45 -0500)
committerW. Felix Handte <w@felixhandte.com>
Mon, 1 Mar 2021 22:45:30 +0000 (17:45 -0500)
lib/zstd.h

index 64265f68286dfa5cde1f320ce0ddc5591d2f1cf6..222339d71a3dda8c868dffca2899713f4dc01c70 100644 (file)
@@ -72,7 +72,7 @@ extern "C" {
 /*------   Version   ------*/
 #define ZSTD_VERSION_MAJOR    1
 #define ZSTD_VERSION_MINOR    4
-#define ZSTD_VERSION_RELEASE  8
+#define ZSTD_VERSION_RELEASE  9
 #define ZSTD_VERSION_NUMBER  (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
 
 /*! ZSTD_versionNumber() :