Skip to content

Commit d44fcea

Browse files
committed
Bump version to 0.4.13
1 parent 980d095 commit d44fcea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ set(PROJECT_NAME_CAPITALIZED "Minetest")
1313
# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
1414
set(VERSION_MAJOR 0)
1515
set(VERSION_MINOR 4)
16-
set(VERSION_PATCH 12)
16+
set(VERSION_PATCH 13)
1717
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
1818

1919
# Change to false for releases
20-
set(DEVELOPMENT_BUILD TRUE)
20+
set(DEVELOPMENT_BUILD FALSE)
2121

2222
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2323
if(VERSION_EXTRA)

build/android/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ VERSION_PATCH := $(shell cat $(ROOT)/../../CMakeLists.txt | \
2828
# Increase for each build!
2929
################################################################################
3030
# Play Store actual version (16/03/15): 11
31-
ANDROID_VERSION_CODE = 12
31+
ANDROID_VERSION_CODE = 13
3232

3333
################################################################################
3434
# 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.12
1+
Minetest Lua Modding API Reference 0.4.13
22
=========================================
33
* More information at <http://www.minetest.net/>
44
* Developer Wiki: <http://dev.minetest.net/>

doc/menu_lua_api.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Minetest Lua Mainmenu API Reference 0.4.12
1+
Minetest Lua Mainmenu API Reference 0.4.13
22
========================================
33

44
Introduction

0 commit comments

Comments
 (0)