File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
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 9 )
15
+ set (VERSION_PATCH 10 )
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 @@ -24,7 +24,7 @@ ROOT = $(shell pwd)
24
24
# Android Version code
25
25
# Increase for each build!
26
26
# ###############################################################################
27
- ANDROID_VERSION_CODE = 3
27
+ ANDROID_VERSION_CODE = 4
28
28
29
29
# ###############################################################################
30
30
# toolchain config for arm old processors
Original file line number Diff line number Diff line change 1
- Minetest Lua Modding API Reference 0.4.9
1
+ Minetest Lua Modding API Reference 0.4.10
2
2
========================================
3
3
More information at http://www.minetest.net/
4
4
Developer Wiki: http://dev.minetest.net/
You can’t perform that action at this time.
0 commit comments