Merge pull request #2539 from terrelln/linux-kernel-fixes

Fixes for the next linux kernel patch version
This commit is contained in:
Nick Terrell
2021-03-24 16:29:38 -07:00
16 changed files with 161 additions and 276 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ extern "C" {
/*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 4
#define ZSTD_VERSION_RELEASE 9
#define ZSTD_VERSION_RELEASE 10
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
/*! ZSTD_versionNumber() :