aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-11-17 14:03:15 +0100
committermanuroe <manu@matrix.org>2016-11-17 14:03:15 +0100
commit0b1ecbff2d31b94046834358b851c369ad36ee88 (patch)
treec117dd408bdcfdffa85c7c22a304acf4bc4d73e4 /Makefile
parent7ee17a295738f0db8cab74cec2343a577f2ade45 (diff)
OLMKit: Add it to olm from version 2.0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77aa485..d511ddb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
MAJOR := 2
MINOR := 0
-PATCH := 0
+PATCH := 1
VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local
BUILD_DIR := build