summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-28 12:01:02 (GMT)
committerYann Collet <cyan@fb.com>2016-11-28 12:01:02 (GMT)
commita9a8dbf7c10125f6024943df2e84108de49ce8e8 (patch)
treeccee12b0ee0a46a20d41429e008a576dd9ac92fd /lib/lz4.h
parent6b90cfbeab05fb2a74b613352a038330b83da61a (diff)
downloadlz4-a9a8dbf7c10125f6024943df2e84108de49ce8e8.zip
lz4-a9a8dbf7c10125f6024943df2e84108de49ce8e8.tar.gz
lz4-a9a8dbf7c10125f6024943df2e84108de49ce8e8.tar.bz2
fixed minor display error when using -r
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 7420ad8..0aae19c 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -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 4 /* for tweaks, bug-fixes, or development */
+#define LZ4_VERSION_RELEASE 5 /* for tweaks, bug-fixes, or development */
#define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE)