]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[libzstd] Bump the library version to 1.4.0
authorNick Terrell <terrelln@fb.com>
Tue, 2 Apr 2019 01:43:32 +0000 (18:43 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 4 Apr 2019 01:43:20 +0000 (18:43 -0700)
Bumps the library version to 1.4.0 in preparation to stabilize the
advanced API.

lib/zstd.h

index acc535cff54d1b3ff8380b7ace3d7c5b30030069..667d8142dc7703271e7877bc93dd8e2c8c2697b2 100644 (file)
@@ -70,8 +70,8 @@ extern "C" {
 
 /*------   Version   ------*/
 #define ZSTD_VERSION_MAJOR    1
-#define ZSTD_VERSION_MINOR    3
-#define ZSTD_VERSION_RELEASE  8
+#define ZSTD_VERSION_MINOR    4
+#define ZSTD_VERSION_RELEASE  0
 
 #define ZSTD_VERSION_NUMBER  (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
 ZSTDLIB_API unsigned ZSTD_versionNumber(void);   /**< to check runtime library version */