Skip to content

Commit 1ad81c1

Browse files
committedJan 1, 2014
Bump version to 0.4.9
1 parent 25b1cca commit 1ad81c1

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,12 +12,12 @@ 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 8)
15+
set(VERSION_PATCH 9)
1616
if(VERSION_EXTRA)
1717
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
1818
else()
1919
# Comment the following line during release
20-
set(VERSION_PATCH ${VERSION_PATCH}-dev)
20+
#set(VERSION_PATCH ${VERSION_PATCH}-dev)
2121
endif()
2222
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2323

‎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.8
1+
Minetest Lua Modding API Reference 0.4.9
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.6
1+
Minetest Lua Mainmenu API Reference 0.4.9
22
========================================
33

44
Introduction

0 commit comments

Comments
 (0)
Please sign in to comment.