diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-09-06 22:26:24 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-09-06 22:26:24 +0100 |
commit | 49ca6aca98faa90732b9fb47d614209f74f3642d (patch) | |
tree | 7f02787b45b3c9030c1da3b88692095ef0324393 /Makefile | |
parent | 976495e0ac379256ee9acacf1d45999769dd6212 (diff) |
Bump version numbers to 1.2.01.2.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/make -f MAJOR := 1 -MINOR := 1 +MINOR := 2 PATCH := 0 VERSION := $(MAJOR).$(MINOR).$(PATCH) PREFIX ?= /usr/local |