mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
update dev version number to v1.6.0
to reflect the relatively big scope change by removing support of legacy formats.
This commit is contained in:
parent
b79e86291b
commit
073c7fb6ea
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ extern "C" {
|
|||
|
||||
/*------ Version ------*/
|
||||
#define ZSTD_VERSION_MAJOR 1
|
||||
#define ZSTD_VERSION_MINOR 5
|
||||
#define ZSTD_VERSION_RELEASE 8
|
||||
#define ZSTD_VERSION_MINOR 6
|
||||
#define ZSTD_VERSION_RELEASE 0
|
||||
#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