summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-04-17 17:06:18 (GMT)
committerYann Collet <cyan@fb.com>2022-04-17 17:06:18 (GMT)
commitce8ee024b240befac4ca8ab12c6cd812f4a7e38b (patch)
tree9a4612001e31b98a348f03ced05b6eb8b69be586 /lib
parent69bf033106f7a93693fb739b86c7ce2baf570345 (diff)
downloadlz4-ce8ee024b240befac4ca8ab12c6cd812f4a7e38b.zip
lz4-ce8ee024b240befac4ca8ab12c6cd812f4a7e38b.tar.gz
lz4-ce8ee024b240befac4ca8ab12c6cd812f4a7e38b.tar.bz2
update library version to v1.9.4
to reduce confusion in traces between dev branch and latest v1.9.3 release.
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 7c401f6..6c068c6 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 3 /* for tweaks, bug-fixes, or development */
+#define LZ4_VERSION_RELEASE 4 /* for tweaks, bug-fixes, or development */
#define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEASE)