changed version to v0.6.0

This commit is contained in:
Yann Collet
2016-02-25 14:53:35 +01:00
parent 5b00594877
commit ee0229287c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ extern "C" {
/*-*************************************
* Constants
***************************************/
#define ZSTD_MAGICNUMBER 0xFD2FB525 /* v0.5 */
#define ZSTD_MAGICNUMBER 0xFD2FB526 /* v0.6 */
/*-*************************************