moved xxhash to lib/common

This commit is contained in:
Yann Collet
2016-05-29 01:06:30 +02:00
parent 04fa41b5ce
commit 0c5e8b17ad
5 changed files with 26 additions and 24 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ extern "C" {
* Version
***************************************/
#define ZSTD_VERSION_MAJOR 0
#define ZSTD_VERSION_MINOR 6
#define ZSTD_VERSION_RELEASE 2
#define ZSTD_VERSION_MINOR 7
#define ZSTD_VERSION_RELEASE 0
#define ZSTD_LIB_VERSION ZSTD_VERSION_MAJOR.ZSTD_VERSION_MINOR.ZSTD_VERSION_RELEASE
#define ZSTD_QUOTE(str) #str