mirror of
https://github.com/facebook/zstd.git
synced 2025-12-07 00:02:39 -05:00
bumped version nb to v1.3.1
This commit is contained in:
parent
0f4fc6c20a
commit
40156a4967
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
|||||||
|
v1.3.1
|
||||||
|
build: fix Visual compilation for non x86/x64 targets, reported by Greg Slazinski (#718)
|
||||||
|
API exp : breaking change : ZSTD_getframeHeader()
|
||||||
|
|
||||||
v1.3.0
|
v1.3.0
|
||||||
cli : new : `--list` command, by Paul Cruz
|
cli : new : `--list` command, by Paul Cruz
|
||||||
cli : changed : xz/lzma support enabled by default
|
cli : changed : xz/lzma support enabled by default
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||||
<title>zstd 1.3.0 Manual</title>
|
<title>zstd 1.3.1 Manual</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>zstd 1.3.0 Manual</h1>
|
<h1>zstd 1.3.1 Manual</h1>
|
||||||
<hr>
|
<hr>
|
||||||
<a name="Contents"></a><h2>Contents</h2>
|
<a name="Contents"></a><h2>Contents</h2>
|
||||||
<ol>
|
<ol>
|
||||||
|
|||||||
@ -59,7 +59,7 @@ extern "C" {
|
|||||||
/*------ Version ------*/
|
/*------ Version ------*/
|
||||||
#define ZSTD_VERSION_MAJOR 1
|
#define ZSTD_VERSION_MAJOR 1
|
||||||
#define ZSTD_VERSION_MINOR 3
|
#define ZSTD_VERSION_MINOR 3
|
||||||
#define ZSTD_VERSION_RELEASE 0
|
#define ZSTD_VERSION_RELEASE 1
|
||||||
|
|
||||||
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
|
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
|
||||||
ZSTDLIB_API unsigned ZSTD_versionNumber(void); /**< useful to check dll version */
|
ZSTDLIB_API unsigned ZSTD_versionNumber(void); /**< useful to check dll version */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user