summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2020-09-29 21:27:39 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2020-09-29 21:27:39 (GMT)
commit293713a4fa085d73f396200d2387631b045c118e (patch)
tree5ff6573bc26d0f5ce7ab254a71f7445a15af0f8e /lib
parent78f4fdbb89e71325cedc751e1f7c2403bb43c3f4 (diff)
downloadlz4-293713a4fa085d73f396200d2387631b045c118e.zip
lz4-293713a4fa085d73f396200d2387631b045c118e.tar.gz
lz4-293713a4fa085d73f396200d2387631b045c118e.tar.bz2
bump version number
to v1.9.3
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)