mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
updated version to v1.5.6
This commit is contained in:
parent
7c2aa73a8e
commit
686e7e4b4b
5 changed files with 22 additions and 8 deletions
|
|
@ -106,7 +106,7 @@ extern "C" {
|
|||
/*------ Version ------*/
|
||||
#define ZSTD_VERSION_MAJOR 1
|
||||
#define ZSTD_VERSION_MINOR 5
|
||||
#define ZSTD_VERSION_RELEASE 5
|
||||
#define ZSTD_VERSION_RELEASE 6
|
||||
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
|
||||
|
||||
/*! ZSTD_versionNumber() :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue