diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-01-18 16:01:59 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-18 16:03:02 +0000 |
commit | 150c360e82f0d27cb46a8d69e545b6706be3c8e4 (patch) | |
tree | 0308c9ac016e10c2860dfc6099c2fb756a98caab /Makefile | |
parent | 972798d1b7956f51122cb5c92293c04d1258322e (diff) |
Bump version numbers to 2.2.02.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 := 2 -MINOR := 1 +MINOR := 2 PATCH := 0 VERSION := $(MAJOR).$(MINOR).$(PATCH) PREFIX ?= /usr/local |