From: Yann Collet Date: Tue, 21 Jun 2016 08:15:43 +0000 (+0200) Subject: updated library to v0.7.1 X-Git-Tag: v0.7.1~1^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f38d0dcd08cf08bf4dfa1fb4d646e691d7aebc;p=thirdparty%2Fzstd.git updated library to v0.7.1 --- diff --git a/lib/common/zstd.h b/lib/common/zstd.h index b774434b3..91a95d8bb 100644 --- a/lib/common/zstd.h +++ b/lib/common/zstd.h @@ -61,7 +61,7 @@ extern "C" { ***************************************/ #define ZSTD_VERSION_MAJOR 0 #define ZSTD_VERSION_MINOR 7 -#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