mirror of
https://github.com/facebook/zstd.git
synced 2025-12-05 00:03:19 -05:00
bumped version number to v1.2.0
This commit is contained in:
parent
5a804456bc
commit
8b669535f8
2
NEWS
2
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`
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user