mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
bump version number
This commit is contained in:
parent
e498ed5f16
commit
f3dfcdccd1
2 changed files with 5 additions and 1 deletions
4
NEWS
4
NEWS
|
|
@ -1,3 +1,7 @@
|
|||
v1.1.5
|
||||
cli : fix : does not output compressed data on console, by Sean Purcell
|
||||
build: improved cmake script, by @Majlen
|
||||
|
||||
v1.1.4
|
||||
cli : new : can compress in *.gz format, using --format=gzip command, by Przemyslaw Skibinski
|
||||
cli : new : advanced benchmark command --priority=rt
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ extern "C" {
|
|||
/*------ Version ------*/
|
||||
#define ZSTD_VERSION_MAJOR 1
|
||||
#define ZSTD_VERSION_MINOR 1
|
||||
#define ZSTD_VERSION_RELEASE 4
|
||||
#define ZSTD_VERSION_RELEASE 5
|
||||
|
||||
#define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
|
||||
#define ZSTD_QUOTE(str) #str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue