From: Yann Collet Date: Tue, 21 Mar 2017 19:18:28 +0000 (-0700) Subject: bump version number X-Git-Tag: v1.2.0^2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3dfcdccd10d69519d6bf3304a0e953d8cfe6780;p=thirdparty%2Fzstd.git bump version number --- diff --git a/NEWS b/NEWS index bbd9e1688..fe0c64624 100644 --- a/NEWS +++ b/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 diff --git a/lib/zstd.h b/lib/zstd.h index a3237c77e..4531a84bf 100644 --- a/lib/zstd.h +++ b/lib/zstd.h @@ -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