summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-03-16 09:24:46 (GMT)
committerYann Collet <cyan@fb.com>2017-03-16 09:24:46 (GMT)
commit6b2a1b3606be01a0b4899a1aaa566f0943064da9 (patch)
tree43c7866519af61f04cf4244d0a8bc15170d1f6e9
parent430b7d32b3f804ece3be95f0b36fb584947d6c73 (diff)
downloadlz4-6b2a1b3606be01a0b4899a1aaa566f0943064da9.zip
lz4-6b2a1b3606be01a0b4899a1aaa566f0943064da9.tar.gz
lz4-6b2a1b3606be01a0b4899a1aaa566f0943064da9.tar.bz2
updated lz4 version number
-rw-r--r--lib/lz4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index efc92af..25622f3 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -89,7 +89,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 5 /* for tweaks, bug-fixes, or development */
+#define LZ4_VERSION_RELEASE 6 /* for tweaks, bug-fixes, or development */
#define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE)