mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
[libzstd] Bump the library version to 1.4.0
Bumps the library version to 1.4.0 in preparation to stabilize the advanced API.
This commit is contained in:
parent
72a3fbc0e4
commit
0827edeace
@ -70,8 +70,8 @@ extern "C" {
|
||||
|
||||
/*------ Version ------*/
|
||||
#define ZSTD_VERSION_MAJOR 1
|
||||
#define ZSTD_VERSION_MINOR 3
|
||||
#define ZSTD_VERSION_RELEASE 8
|
||||
#define ZSTD_VERSION_MINOR 4
|
||||
#define ZSTD_VERSION_RELEASE 0
|
||||
|
||||
#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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user