summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2018-02-26 21:50:04 (GMT)
committerYann Collet <cyan@fb.com>2018-02-26 21:50:04 (GMT)
commit39fda9a447d4dd51f395c5d94f9b63c7aec9b68b (patch)
tree57c59b4c26285dde33f94ecadaebc3b2bf475e6c /lib/lz4.h
parentba115386fa69c148cd1b27790a8b95cd817ff172 (diff)
downloadlz4-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index 2dd1ff5..911ea79 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -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)