mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2025-03-03 04:15:56 +00:00
changed version to v0.6.1
This commit is contained in:
parent
059f79421e
commit
12339ffba7
2
xxhash.h
2
xxhash.h
@ -143,7 +143,7 @@ regular symbol name will be automatically translated by this header.
|
||||
***************************************/
|
||||
#define XXH_VERSION_MAJOR 0
|
||||
#define XXH_VERSION_MINOR 6
|
||||
#define XXH_VERSION_RELEASE 0
|
||||
#define XXH_VERSION_RELEASE 1
|
||||
#define XXH_VERSION_NUMBER (XXH_VERSION_MAJOR *100*100 + XXH_VERSION_MINOR *100 + XXH_VERSION_RELEASE)
|
||||
XXH_PUBLIC_API unsigned XXH_versionNumber (void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user