summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-09-01 21:44:02 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-09-01 21:44:02 (GMT)
commitf7f67e778c9261fa5843811068f3eb3cc4e70509 (patch)
tree0e92ba498e8309a6cdbbde28cd64efae7da1fb10 /Makefile
parent2f33c77d53793cc025ed9484870c9a2b0c879261 (diff)
downloadlz4-f7f67e778c9261fa5843811068f3eb3cc4e70509.zip
lz4-f7f67e778c9261fa5843811068f3eb3cc4e70509.tar.gz
lz4-f7f67e778c9261fa5843811068f3eb3cc4e70509.tar.bz2
Added : preliminary frame decompression function
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30ecbb7..b21ae2f 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@
# ################################################################
# Version numbers
-VERSION=122
+VERSION=123
export RELEASE=r$(VERSION)
LIBVER_MAJOR=`sed -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lz4.h`
LIBVER_MINOR=`sed -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lz4.h`