aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-01-18 16:01:59 +0000
committerRichard van der Hoff <richard@matrix.org>2017-01-18 16:03:02 +0000
commit150c360e82f0d27cb46a8d69e545b6706be3c8e4 (patch)
tree0308c9ac016e10c2860dfc6099c2fb756a98caab /Makefile
parent972798d1b7956f51122cb5c92293c04d1258322e (diff)
Bump version numbers to 2.2.02.2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 438fa68..7b43cbc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
MAJOR := 2
-MINOR := 1
+MINOR := 2
PATCH := 0
VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local