From c842f924c344f30995231bf82566b36f9388756b Mon Sep 17 00:00:00 2001 From: OttoLidenbrock Date: Fri, 1 May 2015 20:51:51 +1000 Subject: [PATCH] Change version again --- build/android/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/android/Makefile b/build/android/Makefile index f34ea4ba3..a98245541 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -20,7 +20,7 @@ GAMES_TO_COPY = minetest_game # Increase for each build! ################################################################################ -ANDROID_VERSION_CODE = 101 +ANDROID_VERSION_CODE = 1 ################################################################################ # toolchain config for arm old processors @@ -734,7 +734,7 @@ $(ROOT)/jni/src/android_version.h : >> ${ROOT}/jni/src/android_version.h; \ export GITHASH=$$(git rev-parse --short=8 HEAD); \ export GITTAG=$$(git describe --abbrev=0 --tags); \ - echo "#define VERSION_GITHASH \"1.0.1-Android\"" \ + echo "#define VERSION_GITHASH \"1.0.1\"" \ >> ${ROOT}/jni/src/android_version.h; \ echo "#define VERSION_STRING STR(VERSION_MAJOR)\".\"STR(VERSION_MINOR)\ \".\"STR(VERSION_PATCH)" \