bumped version number

This commit is contained in:
Yann Collet 2016-09-01 15:47:33 -07:00
parent b2490e975a
commit 7304eb7c09
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -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

View File

@ -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