summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-09-30 00:21:59 (GMT)
committerYann Collet <cyan@fb.com>2020-09-30 00:21:59 (GMT)
commit40cc3aa9a2f519e5ed13f81b9c6e4ae0344f4319 (patch)
tree5dd38ac32195550efdc0f3c5a44a15b60626f568 /lib
parentad2d2764c71a3d993f8da415186dd4d6345ceea3 (diff)
parent293713a4fa085d73f396200d2387631b045c118e (diff)
downloadlz4-40cc3aa9a2f519e5ed13f81b9c6e4ae0344f4319.zip
lz4-40cc3aa9a2f519e5ed13f81b9c6e4ae0344f4319.tar.gz
lz4-40cc3aa9a2f519e5ed13f81b9c6e4ae0344f4319.tar.bz2
Merge branch 'dev' into safixes
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 5474005..b11275e 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 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)