Change version again

This commit is contained in:
OttoLidenbrock 2015-05-01 20:51:51 +10:00
parent c6bb4a0314
commit c842f924c3

View File

@ -20,7 +20,7 @@ GAMES_TO_COPY = minetest_game
# Increase for each build! # Increase for each build!
################################################################################ ################################################################################
ANDROID_VERSION_CODE = 101 ANDROID_VERSION_CODE = 1
################################################################################ ################################################################################
# toolchain config for arm old processors # toolchain config for arm old processors
@ -734,7 +734,7 @@ $(ROOT)/jni/src/android_version.h :
>> ${ROOT}/jni/src/android_version.h; \ >> ${ROOT}/jni/src/android_version.h; \
export GITHASH=$$(git rev-parse --short=8 HEAD); \ export GITHASH=$$(git rev-parse --short=8 HEAD); \
export GITTAG=$$(git describe --abbrev=0 --tags); \ 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; \ >> ${ROOT}/jni/src/android_version.h; \
echo "#define VERSION_STRING STR(VERSION_MAJOR)\".\"STR(VERSION_MINOR)\ echo "#define VERSION_STRING STR(VERSION_MAJOR)\".\"STR(VERSION_MINOR)\
\".\"STR(VERSION_PATCH)" \ \".\"STR(VERSION_PATCH)" \