summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-06-14 15:56:24 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-06-14 15:56:24 (GMT)
commit2f0a717a35abbc2117c446272c4c96b892e991fc (patch)
tree9c2d87eb9e119933e358ab83ae29a7bfa1d0b153 /Makefile
parent8ee9e6d04e7640b5c1a9bcbee48553a883b02353 (diff)
downloadlz4-2f0a717a35abbc2117c446272c4c96b892e991fc.zip
lz4-2f0a717a35abbc2117c446272c4c96b892e991fc.tar.gz
lz4-2f0a717a35abbc2117c446272c4c96b892e991fc.tar.bz2
LZ4 Streaming : check overlapping input/dictionary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ede6844..6baf5af 100644
--- a/Makefile
+++ b/Makefile
@@ -30,9 +30,10 @@
# - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
# ################################################################
-export RELEASE=rc118
+# Version numbers
+export RELEASE=r118
LIBVER_MAJOR=1
-LIBVER_MINOR=0
+LIBVER_MINOR=2
LIBVER_PATCH=0
LIBVER=$(LIBVER_MAJOR).$(LIBVER_MINOR).$(LIBVER_PATCH)