diff options
author | est31 <MTest31@outlook.com> | 2015-08-20 04:02:00 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-08-20 04:02:00 +0200 |
commit | d44fceac7e1237b00c6431ee1bb5805b602d0dcd (patch) | |
tree | bc9a546e8c292177d2fe6bea0afc687060f194f5 /build/android | |
parent | 980d095e32c5441ca8a6aa7b2f8a07eb64c99190 (diff) | |
download | minetest-d44fceac7e1237b00c6431ee1bb5805b602d0dcd.tar.gz minetest-d44fceac7e1237b00c6431ee1bb5805b602d0dcd.tar.bz2 minetest-d44fceac7e1237b00c6431ee1bb5805b602d0dcd.zip |
Bump version to 0.4.13
Diffstat (limited to 'build/android')
-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 021652d73..6d3791550 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -28,7 +28,7 @@ VERSION_PATCH := $(shell cat $(ROOT)/../../CMakeLists.txt | \ # Increase for each build! ################################################################################ # Play Store actual version (16/03/15): 11 -ANDROID_VERSION_CODE = 12 +ANDROID_VERSION_CODE = 13 ################################################################################ # toolchain config for arm old processors |