bumped version number to v1.2.0

This commit is contained in:
Yann Collet 2017-04-27 12:50:20 -07:00
parent 5a804456bc
commit 8b669535f8
3 changed files with 5 additions and 5 deletions

2
NEWS
View File

@ -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`

View 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>

View 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