aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 77bf0ec..f53be1f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
-MAJOR := 2
-MINOR := 2
-PATCH := 2
+include common.mk
VERSION := $(MAJOR).$(MINOR).$(PATCH)
PREFIX ?= /usr/local
BUILD_DIR := build