]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
bumped version number
authorYann Collet <yann.collet.73@gmail.com>
Sun, 18 Sep 2016 10:21:47 +0000 (12:21 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Sun, 18 Sep 2016 10:21:47 +0000 (12:21 +0200)
NEWS
lib/zstd.h

diff --git a/NEWS b/NEWS
index ace6d482614feb60c49245d1701ba176b63430e0..a2d77f0205a7b65b1897d1c152e16567bbf637b8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-v1.0.1
+v1.1.0
 New : contrib/pzstd, parallel version of zstd, by Nick Terrell
 added : NetBSD install target (#338)
-Improved : variable compression speed improvements on batches of small files.
+Improved : speed improvements for batches of small files.
 Fixed : CLI -d output to stdout by default when input is stdin (#322)
 Fixed : CLI correctly detects console on Mac OS-X
 Fixed : CLI supports recursive mode `-r` on Mac OS-X
index f79a5dcacca13f777ca7f1f6282efe2fd397f4d2..31171d04d778345c31943f376d2dbdfeabdaec03 100644 (file)
@@ -32,8 +32,8 @@ extern "C" {
 
 /*=======   Version   =======*/
 #define ZSTD_VERSION_MAJOR    1
-#define ZSTD_VERSION_MINOR    0
-#define ZSTD_VERSION_RELEASE  1
+#define ZSTD_VERSION_MINOR    1
+#define ZSTD_VERSION_RELEASE  0
 
 #define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
 #define ZSTD_QUOTE(str) #str