summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)