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 @@ -12,14 +12,14 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
12
12
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
13
13
set (VERSION_MAJOR 0)
14
14
set (VERSION_MINOR 4)
15
- set (VERSION_PATCH 11 )
15
+ set (VERSION_PATCH 12 )
16
16
set (VERSION_PATCH_ORIG ${VERSION_PATCH} )
17
17
18
18
if (VERSION_EXTRA)
19
19
set (VERSION_PATCH ${VERSION_PATCH} -${VERSION_EXTRA} )
20
20
else ()
21
21
# Comment the following line during release
22
- set (VERSION_PATCH ${VERSION_PATCH} -dev)
22
+ # set(VERSION_PATCH ${VERSION_PATCH}-dev)
23
23
endif ()
24
24
set (VERSION_STRING "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
25
25
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ GAMES_TO_COPY = minetest_game
26
26
# Android Version code
27
27
# Increase for each build!
28
28
# ###############################################################################
29
- ANDROID_VERSION_CODE = 5
29
+ ANDROID_VERSION_CODE = 6
30
30
31
31
# ###############################################################################
32
32
# toolchain config for arm old processors
Original file line number Diff line number Diff line change 1
- Minetest Lua Modding API Reference 0.4.11
1
+ Minetest Lua Modding API Reference 0.4.12
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.11
1
+ Minetest Lua Mainmenu API Reference 0.4.12
2
2
========================================
3
3
4
4
Introduction
You can’t perform that action at this time.
0 commit comments