fix FreeBSD

use an alias instead of a function

also: added more traces and updated version nb to v1.5.8
This commit is contained in:
Yann Collet
2025-03-10 19:04:41 -07:00
parent c18374bb16
commit 2ff87aefac
3 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ extern "C" {
/*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 5
#define ZSTD_VERSION_RELEASE 7
#define ZSTD_VERSION_RELEASE 8
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
/*! ZSTD_versionNumber() :