Skip to content

Commit

Permalink
bump version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Dec 22, 2017
1 parent 333804c commit 7caf8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xxhash.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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 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);

Expand Down

0 comments on commit 7caf8bd

Please sign in to comment.