1.5.3 version bump

This commit is contained in:
Elliot Gorokhovsky
2022-06-29 14:45:53 -04:00
parent e9d6fc867a
commit 5c382bf110
3 changed files with 52 additions and 14 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ extern "C" {
/*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 5
#define ZSTD_VERSION_RELEASE 2
#define ZSTD_VERSION_RELEASE 3
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
/*! ZSTD_versionNumber() :