From a9aeb6b5d743cc203f8e76c1a180d0cd8d433ed8 Mon Sep 17 00:00:00 2001 From: Yannick LE COLLEN Date: Thu, 2 Mar 2017 13:01:32 +0100 Subject: Android : improve the version number management (#46) Add functions to make the difference between the native and the java code version. Factor out the version management in the makefiles. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3