Bump version to 1.5.0, rebuild documentation (#2634)

This commit is contained in:
sen
2021-05-11 16:32:09 -04:00
committed by GitHub
parent 162f540402
commit 9c23ea9e2b
3 changed files with 144 additions and 72 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ extern "C" {
/*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 4
#define ZSTD_VERSION_RELEASE 10
#define ZSTD_VERSION_MINOR 5
#define ZSTD_VERSION_RELEASE 0
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
/*! ZSTD_versionNumber() :