summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-05-10 20:27:18 (GMT)
committerYann Collet <cyan@fb.com>2017-05-10 20:27:18 (GMT)
commita902127613921408bb02b1debe9371e9bcfaf9f2 (patch)
tree6d321029c222366da892a61fbc2d1256c1fc2da3 /lib/lz4.h
parentb8575f2d2b1e05c20812215759b29bf2d0f7a708 (diff)
downloadlz4-a902127613921408bb02b1debe9371e9bcfaf9f2.zip
lz4-a902127613921408bb02b1debe9371e9bcfaf9f2.tar.gz
lz4-a902127613921408bb02b1debe9371e9bcfaf9f2.tar.bz2
bumped version number to 1.8.0
due to addition of prototype LZ4F_resetDecompressionContext()
Diffstat (limited to 'lib/lz4.h')
-rw-r--r--lib/lz4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index d5a3016..5b6bc92 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -88,8 +88,8 @@ 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 6 /* for tweaks, bug-fixes, or development */
+#define LZ4_VERSION_MINOR 8 /* for new (non-breaking) interface capabilities */
+#define LZ4_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */
#define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE)