diff options
author | Yann Collet <cyan@fb.com> | 2018-02-26 21:50:04 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-02-26 21:50:04 (GMT) |
commit | 39fda9a447d4dd51f395c5d94f9b63c7aec9b68b (patch) | |
tree | 57c59b4c26285dde33f94ecadaebc3b2bf475e6c /lib/lz4.h | |
parent | ba115386fa69c148cd1b27790a8b95cd817ff172 (diff) | |
download | lz4-39fda9a447d4dd51f395c5d94f9b63c7aec9b68b.zip lz4-39fda9a447d4dd51f395c5d94f9b63c7aec9b68b.tar.gz lz4-39fda9a447d4dd51f395c5d94f9b63c7aec9b68b.tar.bz2 |
bumped version number to v1.8.2
updated NEWS was current progresses
Diffstat (limited to 'lib/lz4.h')
-rw-r--r-- | lib/lz4.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ extern "C" { /*------ Version ------*/ #define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */ #define LZ4_VERSION_MINOR 8 /* for new (non-breaking) interface capabilities */ -#define LZ4_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */ +#define LZ4_VERSION_RELEASE 2 /* for tweaks, bug-fixes, or development */ #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE) |