Bump Version Number to 1.5.2

dev
W. Felix Handte 2022-01-05 16:56:24 -05:00
parent 5f2c3d9720
commit 46ad9377e8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ extern "C" {
/*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 5
#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)
/*! ZSTD_versionNumber() :