mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-27 00:31:04 +00:00
updated version number
in order to distinguish users of the release from potential users of the development version
This commit is contained in:
parent
f6872bf514
commit
77294d27ae
@ -1,3 +1,6 @@
|
||||
v0.7.4
|
||||
- api: fix: state is correctly aligned in AVX2 mode (does not trust `malloc()`), by @easyaspi314
|
||||
|
||||
v0.7.3
|
||||
- perf: improved speed for large inputs (~+20%)
|
||||
- perf: improved latency for small inputs (~10%)
|
||||
|
2
xxhash.h
2
xxhash.h
@ -221,7 +221,7 @@ extern "C" {
|
||||
***************************************/
|
||||
#define XXH_VERSION_MAJOR 0
|
||||
#define XXH_VERSION_MINOR 7
|
||||
#define XXH_VERSION_RELEASE 3
|
||||
#define XXH_VERSION_RELEASE 4
|
||||
#define XXH_VERSION_NUMBER (XXH_VERSION_MAJOR *100*100 + XXH_VERSION_MINOR *100 + XXH_VERSION_RELEASE)
|
||||
XXH_PUBLIC_API unsigned XXH_versionNumber (void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user