]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
bump version number
authorYann Collet <cyan@fb.com>
Tue, 21 Mar 2017 19:18:28 +0000 (12:18 -0700)
committerYann Collet <cyan@fb.com>
Tue, 21 Mar 2017 19:18:28 +0000 (12:18 -0700)
NEWS
lib/zstd.h

diff --git a/NEWS b/NEWS
index bbd9e1688386485e95a679814b5cd88f7b4a5cce..fe0c64624b2b54a3a02ea39a0bedc2b78616492c 100644 (file)
--- 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
index a3237c77eebd8a15b437f0f5428a73407c28b8c6..4531a84bff16da66e5a7fac59010bed1794039a2 100644 (file)
@@ -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