diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-01-18 18:16:02 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-18 18:16:32 +0000 |
commit | b185229c2beb01b88b21be322cff750c1342e79a (patch) | |
tree | e6403d6c69672d8c3b99caaeae7f8e4d76f8ad95 /Makefile | |
parent | 1014712fd0f759d99fe37e92f35fea4e8b20e722 (diff) |
Prep v2.2.12.2.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ MAJOR := 2 MINOR := 2 -PATCH := 0 +PATCH := 1 VERSION := $(MAJOR).$(MINOR).$(PATCH) PREFIX ?= /usr/local BUILD_DIR := build |