mirror of
https://github.com/facebook/zstd.git
synced 2025-10-17 00:07:08 -04:00
bumped version number
This commit is contained in:
parent
b2490e975a
commit
7304eb7c09
3
NEWS
3
NEWS
@ -1,3 +1,6 @@
|
||||
v1.0.1
|
||||
Fixed : CLI -d output to stdout by default when input is stdin (#322)
|
||||
|
||||
v1.0.0
|
||||
Change Licensing, all project is now BSD, Copyright Facebook
|
||||
Small decompression speed improvement
|
||||
|
@ -33,7 +33,7 @@ extern "C" {
|
||||
/*======= Version =======*/
|
||||
#define ZSTD_VERSION_MAJOR 1
|
||||
#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_QUOTE(str) #str
|
||||
|
Loading…
x
Reference in New Issue
Block a user