bumped version number
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
v1.0.1
|
||||||
|
Fixed : CLI -d output to stdout by default when input is stdin (#322)
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
Change Licensing, all project is now BSD, Copyright Facebook
|
Change Licensing, all project is now BSD, Copyright Facebook
|
||||||
Small decompression speed improvement
|
Small decompression speed improvement
|
||||||
|
|||||||
+1
-1
@@ -33,7 +33,7 @@ extern "C" {
|
|||||||
/*======= Version =======*/
|
/*======= Version =======*/
|
||||||
#define ZSTD_VERSION_MAJOR 1
|
#define ZSTD_VERSION_MAJOR 1
|
||||||
#define ZSTD_VERSION_MINOR 0
|
#define ZSTD_VERSION_MINOR 0
|
||||||
#define ZSTD_VERSION_RELEASE 0
|
#define ZSTD_VERSION_RELEASE 1
|
||||||
|
|
||||||
#define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
|
#define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
|
||||||
#define ZSTD_QUOTE(str) #str
|
#define ZSTD_QUOTE(str) #str
|
||||||
|
|||||||
Reference in New Issue
Block a user