]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
bumped version number
authorYann Collet <cyan@fb.com>
Thu, 1 Sep 2016 22:47:33 +0000 (15:47 -0700)
committerYann Collet <cyan@fb.com>
Thu, 1 Sep 2016 22:49:26 +0000 (15:49 -0700)
NEWS
lib/zstd.h

diff --git a/NEWS b/NEWS
index 2e300726cd9ff4d5d8a6090469bb2443b5773ab6..a1ad0040014098d82458d2539b2c918dd7ca5fc0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v1.0.1
+Fixed : CLI -d output to stdout by default when input is stdin (#322)
+
 v1.0.0
 Change Licensing, all project is now BSD, Copyright Facebook
 Small decompression speed improvement
index d768ded3550565678a64696f7b7ecff3b7bc2502..f6c5564ddf40904a5529198906db4e908db9f579 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /*=======   Version   =======*/
 #define ZSTD_VERSION_MAJOR    1
 #define ZSTD_VERSION_MINOR    0
-#define ZSTD_VERSION_RELEASE  0
+#define ZSTD_VERSION_RELEASE  1
 
 #define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
 #define ZSTD_QUOTE(str) #str