File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ set(PROJECT_NAME_CAPITALIZED "Minetest")
13
13
# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
14
14
set (VERSION_MAJOR 0)
15
15
set (VERSION_MINOR 4)
16
- set (VERSION_PATCH 12 )
16
+ set (VERSION_PATCH 13 )
17
17
set (VERSION_EXTRA "" CACHE STRING "Stuff to append to version string" )
18
18
19
19
# Change to false for releases
20
- set (DEVELOPMENT_BUILD TRUE )
20
+ set (DEVELOPMENT_BUILD FALSE )
21
21
22
22
set (VERSION_STRING "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
23
23
if (VERSION_EXTRA)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ VERSION_PATCH := $(shell cat $(ROOT)/../../CMakeLists.txt | \
28
28
# Increase for each build!
29
29
# ###############################################################################
30
30
# Play Store actual version (16/03/15): 11
31
- ANDROID_VERSION_CODE = 12
31
+ ANDROID_VERSION_CODE = 13
32
32
33
33
# ###############################################################################
34
34
# toolchain config for arm old processors
Original file line number Diff line number Diff line change 1
- Minetest Lua Modding API Reference 0.4.12
1
+ Minetest Lua Modding API Reference 0.4.13
2
2
=========================================
3
3
* More information at <http://www.minetest.net/>
4
4
* Developer Wiki: <http://dev.minetest.net/>
Original file line number Diff line number Diff line change 1
- Minetest Lua Mainmenu API Reference 0.4.12
1
+ Minetest Lua Mainmenu API Reference 0.4.13
2
2
========================================
3
3
4
4
Introduction
You can’t perform that action at this time.
0 commit comments