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. --- common.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common.mk (limited to 'common.mk') diff --git a/common.mk b/common.mk new file mode 100644 index 0000000..4f079d2 --- /dev/null +++ b/common.mk @@ -0,0 +1,4 @@ + +MAJOR := 2 +MINOR := 2 +PATCH := 2 -- cgit v1.2.3