bump version number to v1.4.4

so that future reports on `dev` branch use this number instead
This commit is contained in:
Yann Collet
2019-09-24 15:15:33 -07:00
parent a07da7b0db
commit ad2a2785f7
5 changed files with 41 additions and 16 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ extern "C" {
/*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 4
#define ZSTD_VERSION_RELEASE 3
#define ZSTD_VERSION_RELEASE 4
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
ZSTDLIB_API unsigned ZSTD_versionNumber(void); /**< to check runtime library version */