summaryrefslogtreecommitdiffstats
path: root/lib/lz4.h
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-06-27 20:43:28 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-06-27 20:43:28 (GMT)
commit192ee724a3478bb7d4aaebccbc1d18f9692fbb1a (patch)
treef3d83d2e26ae09f568cea8113ffa0be152f097d1 /lib/lz4.h
parentc04df7e1b5fb1e4ffa796d2b3d2dea208f7116da (diff)
downloadlz4-192ee724a3478bb7d4aaebccbc1d18f9692fbb1a.zip
lz4-192ee724a3478bb7d4aaebccbc1d18f9692fbb1a.tar.gz
lz4-192ee724a3478bb7d4aaebccbc1d18f9692fbb1a.tar.bz2
Added namespace ability to xxhash
Diffstat (limited to 'lib/lz4.h')
-rw-r--r--lib/lz4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4.h b/lib/lz4.h
index 99c6ebb..3e74002 100644
--- a/lib/lz4.h
+++ b/lib/lz4.h
@@ -49,7 +49,7 @@ extern "C" {
**************************************/
#define LZ4_VERSION_MAJOR 1 /* for breaking interface changes */
#define LZ4_VERSION_MINOR 7 /* 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)
int LZ4_versionNumber (void);