bumped version number

and updated NEWS in anticipation for release
This commit is contained in:
Yann Collet
2017-10-02 16:27:25 -07:00
parent 4946993f87
commit 7e00df4a49
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ extern "C" {
/*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 3
#define ZSTD_VERSION_RELEASE 1
#define ZSTD_VERSION_RELEASE 2
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
ZSTDLIB_API unsigned ZSTD_versionNumber(void); /**< useful to check dll version */