From: Nick Terrell Date: Tue, 2 Apr 2019 01:43:32 +0000 (-0700) Subject: [libzstd] Bump the library version to 1.4.0 X-Git-Tag: v1.4.0^2~13^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0827edeace3fbc5de0d944688a5cc424e6011dd1;p=thirdparty%2Fzstd.git [libzstd] Bump the library version to 1.4.0 Bumps the library version to 1.4.0 in preparation to stabilize the advanced API. --- diff --git a/lib/zstd.h b/lib/zstd.h index acc535cff..667d8142d 100644 --- a/lib/zstd.h +++ b/lib/zstd.h @@ -70,8 +70,8 @@ extern "C" { /*------ Version ------*/ #define ZSTD_VERSION_MAJOR 1 -#define ZSTD_VERSION_MINOR 3 -#define ZSTD_VERSION_RELEASE 8 +#define ZSTD_VERSION_MINOR 4 +#define ZSTD_VERSION_RELEASE 0 #define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE) ZSTDLIB_API unsigned ZSTD_versionNumber(void); /**< to check runtime library version */