aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2019-04-19 11:54:01 -0700
committerYann Collet <cyan@fb.com>2019-04-19 11:59:49 -0700
commit7a4e3b1fac5cd9d4ec7c8d0091329ba107ec2131 (patch)
treecdb8f8a611faeb00f8ea3af92a096aa4c7c6941f /lib
parent40e82df003ee49e08b9128acbd368b26b051191e (diff)
downloadlz4-7a4e3b1fac5cd9d4ec7c8d0091329ba107ec2131.tar.gz
bumped version number
to v1.9.1
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 737a0c7c..a9c932cc 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -97,7 +97,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 0 /* for tweaks, bug-fixes, or development */
+#define LZ4_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */
#define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE)