aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-09-06 22:26:24 +0100
committerRichard van der Hoff <richard@matrix.org>2016-09-06 22:26:24 +0100
commit49ca6aca98faa90732b9fb47d614209f74f3642d (patch)
tree7f02787b45b3c9030c1da3b88692095ef0324393 /Makefile
parent976495e0ac379256ee9acacf1d45999769dd6212 (diff)
Bump version numbers to 1.2.01.2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad97c5d..2299eeb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
MAJOR := 1
-MINOR := 1
+MINOR := 2
PATCH := 0
VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local