]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
update version to v0.7.5
authorYann Collet <yann.collet.73@gmail.com>
Sun, 17 Jul 2016 14:44:18 +0000 (16:44 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Sun, 17 Jul 2016 14:44:18 +0000 (16:44 +0200)
lib/common/zstd.h

index 47bae115709ef1f4834e843c17f0a131eff778ea..a4b94ec5bfc17b3d3f22de8042800795194564f2 100644 (file)
@@ -61,7 +61,7 @@ extern "C" {
 ***************************************/
 #define ZSTD_VERSION_MAJOR    0
 #define ZSTD_VERSION_MINOR    7
-#define ZSTD_VERSION_RELEASE  4
+#define ZSTD_VERSION_RELEASE  5
 
 #define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
 #define ZSTD_QUOTE(str) #str