diff options
author | Yann Collet <cyan@fb.com> | 2016-11-15 02:09:31 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-11-15 02:09:31 (GMT) |
commit | 923cf4447fdb5c5a007ff06279d79506e75bad6b (patch) | |
tree | 232777035fcbad90589f22eb8b0b84b1b2e7c4de | |
parent | 4c5c711b7a7553def6b400df9efed5e8381e8e87 (diff) | |
download | lz4-923cf4447fdb5c5a007ff06279d79506e75bad6b.zip lz4-923cf4447fdb5c5a007ff06279d79506e75bad6b.tar.gz lz4-923cf4447fdb5c5a007ff06279d79506e75bad6b.tar.bz2 |
bump version number
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lib/lz4.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -v1.7.2 +v1.7.3 Changed : moved to versioning; package, cli and library have same version number Improved: Small decompression speed boost Improved: Small compression speed improvement on 64-bits systems @@ -85,7 +85,7 @@ extern "C" { /*========== Version =========== */ #define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */ #define LZ4_VERSION_MINOR 7 /* for new (non-breaking) interface capabilities */ -#define LZ4_VERSION_RELEASE 2 /* for tweaks, bug-fixes, or development */ +#define LZ4_VERSION_RELEASE 3 /* for tweaks, bug-fixes, or development */ #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE) |