Skip to content

Commit 96f285f

Browse files
sapiersapier
sapier
authored and
sapier
committedJul 6, 2014
Update version numbers for 0.4.10
1 parent 2e19af9 commit 96f285f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
1212
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
1313
set(VERSION_MAJOR 0)
1414
set(VERSION_MINOR 4)
15-
set(VERSION_PATCH 9)
15+
set(VERSION_PATCH 10)
1616
set(VERSION_PATCH_ORIG ${VERSION_PATCH})
1717

1818
if(VERSION_EXTRA)
1919
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
2020
else()
2121
# Comment the following line during release
22-
set(VERSION_PATCH ${VERSION_PATCH}-dev)
22+
# set(VERSION_PATCH ${VERSION_PATCH}-dev)
2323
endif()
2424
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2525

‎build/android/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ROOT = $(shell pwd)
2424
# Android Version code
2525
# Increase for each build!
2626
################################################################################
27-
ANDROID_VERSION_CODE = 3
27+
ANDROID_VERSION_CODE = 4
2828

2929
################################################################################
3030
# toolchain config for arm old processors

‎doc/lua_api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Minetest Lua Modding API Reference 0.4.9
1+
Minetest Lua Modding API Reference 0.4.10
22
========================================
33
More information at http://www.minetest.net/
44
Developer Wiki: http://dev.minetest.net/

0 commit comments

Comments
 (0)
Please sign in to comment.