]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[lib] Bump zstd version number 2539/head
authorNick Terrell <terrelln@fb.com>
Tue, 16 Mar 2021 00:48:56 +0000 (17:48 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 16 Mar 2021 18:47:27 +0000 (11:47 -0700)
lib/zstd.h

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