diff options
author | Yann Collet <cyan@fb.com> | 2022-04-17 17:06:18 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2022-04-17 17:06:18 (GMT) |
commit | ce8ee024b240befac4ca8ab12c6cd812f4a7e38b (patch) | |
tree | 9a4612001e31b98a348f03ced05b6eb8b69be586 /lib/lz4.h | |
parent | 69bf033106f7a93693fb739b86c7ce2baf570345 (diff) | |
download | lz4-ce8ee024b240befac4ca8ab12c6cd812f4a7e38b.zip lz4-ce8ee024b240befac4ca8ab12c6cd812f4a7e38b.tar.gz lz4-ce8ee024b240befac4ca8ab12c6cd812f4a7e38b.tar.bz2 |
update library version to v1.9.4
to reduce confusion in traces between dev branch and latest v1.9.3 release.
Diffstat (limited to 'lib/lz4.h')
-rw-r--r-- | lib/lz4.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ extern "C" { /*------ Version ------*/ #define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */ #define LZ4_VERSION_MINOR 9 /* for new (non-breaking) interface capabilities */ -#define LZ4_VERSION_RELEASE 3 /* for tweaks, bug-fixes, or development */ +#define LZ4_VERSION_RELEASE 4 /* for tweaks, bug-fixes, or development */ #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE) |