summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-15 02:09:31 (GMT)
committerYann Collet <cyan@fb.com>2016-11-15 02:09:31 (GMT)
commit923cf4447fdb5c5a007ff06279d79506e75bad6b (patch)
tree232777035fcbad90589f22eb8b0b84b1b2e7c4de /lib/lz4.h
parent4c5c711b7a7553def6b400df9efed5e8381e8e87 (diff)
downloadlz4-923cf4447fdb5c5a007ff06279d79506e75bad6b.zip
lz4-923cf4447fdb5c5a007ff06279d79506e75bad6b.tar.gz
lz4-923cf4447fdb5c5a007ff06279d79506e75bad6b.tar.bz2
bump version number
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 c1ea91a..babd78c 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 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)