mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
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:
parent
c18374bb16
commit
2ff87aefac
3 changed files with 17 additions and 19 deletions
|
|
@ -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() :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue