]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
changed version to v0.6.0
authorYann Collet <yann.collet.73@gmail.com>
Thu, 25 Feb 2016 13:53:35 +0000 (14:53 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Thu, 25 Feb 2016 13:53:35 +0000 (14:53 +0100)
lib/zstd.h
lib/zstd_static.h

index 53ed697398790c624573033039e469d33de5ee66..26c6e275fd4bcf3e79a102a72736212806e0c2ee 100644 (file)
@@ -60,8 +60,8 @@ extern "C" {
 *  Version
 ***************************************/
 #define ZSTD_VERSION_MAJOR    0    /* for breaking interface changes  */
-#define ZSTD_VERSION_MINOR    5    /* for new (non-breaking) interface capabilities */
-#define ZSTD_VERSION_RELEASE  1    /* for tweaks, bug-fixes, or development */
+#define ZSTD_VERSION_MINOR    6    /* for new (non-breaking) interface capabilities */
+#define ZSTD_VERSION_RELEASE  0    /* for tweaks, bug-fixes, or development */
 #define ZSTD_VERSION_NUMBER  (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
 ZSTDLIB_API unsigned ZSTD_versionNumber (void);
 
index 61216535b36face96a3cf2ad1c1a9a3ed1b69750..8ca97f5b4b62473d9f47d94460e6eb8189f1f289 100644 (file)
@@ -51,7 +51,7 @@ extern "C" {
 /*-*************************************
 *  Constants
 ***************************************/
-#define ZSTD_MAGICNUMBER 0xFD2FB525   /* v0.5 */
+#define ZSTD_MAGICNUMBER 0xFD2FB526   /* v0.6 */
 
 
 /*-*************************************