summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-07-01 16:01:43 (GMT)
committerYann Collet <cyan@fb.com>2019-07-01 16:01:43 (GMT)
commitbb5c34a875a892077e60582ac27898489bfd9d14 (patch)
tree9fa291d03683a32c0394f258603142e08e1bc0e8 /lib
parent9dc5981368ebecbe8025eca26a897ea020589541 (diff)
downloadlz4-bb5c34a875a892077e60582ac27898489bfd9d14.zip
lz4-bb5c34a875a892077e60582ac27898489bfd9d14.tar.gz
lz4-bb5c34a875a892077e60582ac27898489bfd9d14.tar.bz2
bumped version number to v1.9.2
to reduce risks that future bug reports in `dev` branch report `v1.9.1` as the failing version.
Diffstat (limited to 'lib')
-rw-r--r--lib/lz4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index ad93d00..32108e2 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -100,7 +100,7 @@ extern "C" {
/*------ Version ------*/
#define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */
#define LZ4_VERSION_MINOR 9 /* 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)