diff options
author | Perttu Ahola <celeron55@gmail.com> | 2015-02-18 19:50:37 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2015-02-18 19:50:37 +0200 |
commit | 7993a403f2c17a215e4895ba1848aaf69bb61980 (patch) | |
tree | 3453d29948925ee10fe557921e53778c190759c5 /build/android/Makefile | |
parent | b0df67d9c062a08a93d24c304bdbc72b0ced0898 (diff) | |
download | minetest-7993a403f2c17a215e4895ba1848aaf69bb61980.tar.gz minetest-7993a403f2c17a215e4895ba1848aaf69bb61980.tar.bz2 minetest-7993a403f2c17a215e4895ba1848aaf69bb61980.zip |
Bump version to 0.4.12
Diffstat (limited to 'build/android/Makefile')
-rw-r--r-- | build/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/Makefile b/build/android/Makefile index 68625b6a7..6027982ed 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -26,7 +26,7 @@ GAMES_TO_COPY = minetest_game # Android Version code # Increase for each build! ################################################################################ -ANDROID_VERSION_CODE = 5 +ANDROID_VERSION_CODE = 6 ################################################################################ # toolchain config for arm old processors |