]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
bumped version number to v1.2.0
authorYann Collet <cyan@fb.com>
Thu, 27 Apr 2017 19:50:20 +0000 (12:50 -0700)
committerYann Collet <cyan@fb.com>
Thu, 27 Apr 2017 19:50:20 +0000 (12:50 -0700)
NEWS
doc/zstd_manual.html
lib/zstd.h

diff --git a/NEWS b/NEWS
index 3f23d3f4119ff1b035f96a438799a1b92bcf7df2..4f9bd2eff84a729d1fa3fd918d16616ef2395ba1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v1.1.5
+v1.2.0
 cli : changed : Multithreading enabled by default (use target zstd-nomt or HAVE_THREAD=0 to disable)
 cli : new : command -T0 means "detect and use nb of cores", by Sean Purcell
 cli : new : zstdmt symlink hardwired to `zstd -T0`
index 73e200b4e272973c5645f13d8d9c20531a800f71..5bfd4e2912d4c6954a9c4028e96fcc9686e0003d 100644 (file)
@@ -1,10 +1,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>zstd 1.1.5 Manual</title>
+<title>zstd 1.2.0 Manual</title>
 </head>
 <body>
-<h1>zstd 1.1.5 Manual</h1>
+<h1>zstd 1.2.0 Manual</h1>
 <hr>
 <a name="Contents"></a><h2>Contents</h2>
 <ol>
index a99e497fc6927e423fa93717ca04e23285203950..88ce6c693457c381bcb5166f9130b5646a1ff1cc 100644 (file)
@@ -55,8 +55,8 @@ extern "C" {
 
 /*------   Version   ------*/
 #define ZSTD_VERSION_MAJOR    1
-#define ZSTD_VERSION_MINOR    1
-#define ZSTD_VERSION_RELEASE  5
+#define ZSTD_VERSION_MINOR    2
+#define ZSTD_VERSION_RELEASE  0
 
 #define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
 #define ZSTD_QUOTE(str) #str