]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
update dev version number to v1.6.0
authorYann Collet <cyan@fb.com>
Thu, 18 Dec 2025 21:13:56 +0000 (13:13 -0800)
committerYann Collet <cyan@fb.com>
Thu, 18 Dec 2025 21:13:56 +0000 (13:13 -0800)
to reflect the relatively big scope change by removing support of legacy formats.

lib/zstd.h

index 415474d015e08e206d58ff3592018c0fb1edd2e3..97fef316fd650484c3f51f16e94cb9c7b6f0bc24 100644 (file)
@@ -110,8 +110,8 @@ extern "C" {
 
 /*------   Version   ------*/
 #define ZSTD_VERSION_MAJOR    1
-#define ZSTD_VERSION_MINOR    5
-#define ZSTD_VERSION_RELEASE  8
+#define ZSTD_VERSION_MINOR    6
+#define ZSTD_VERSION_RELEASE  0
 #define ZSTD_VERSION_NUMBER  (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
 
 /*! ZSTD_versionNumber() :