summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-08-13 15:44:44 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-08-13 15:44:44 (GMT)
commit4dc1eca5a922ad52b2a5babcca58e515b34050d4 (patch)
tree56963c5182eecfaa9e036497d3f6f0512b80805b /Makefile
parent19d3c36f1c730db0051491eb20d78a84503242e9 (diff)
downloadlz4-4dc1eca5a922ad52b2a5babcca58e515b34050d4.zip
lz4-4dc1eca5a922ad52b2a5babcca58e515b34050d4.tar.gz
lz4-4dc1eca5a922ad52b2a5babcca58e515b34050d4.tar.bz2
updated release number
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36e75c5..a81f30b 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@
# ################################################################
# Version numbers
-VERSION=121
+VERSION=122
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`