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,12 +12,12 @@ 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 8 )
15
+ set (VERSION_PATCH 9 )
16
16
if (VERSION_EXTRA)
17
17
set (VERSION_PATCH ${VERSION_PATCH} -${VERSION_EXTRA} )
18
18
else ()
19
19
# Comment the following line during release
20
- set (VERSION_PATCH ${VERSION_PATCH} -dev)
20
+ # set(VERSION_PATCH ${VERSION_PATCH}-dev)
21
21
endif ()
22
22
set (VERSION_STRING "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
23
23
Original file line number Diff line number Diff line change 1
- Minetest Lua Modding API Reference 0.4.8
1
+ Minetest Lua Modding API Reference 0.4.9
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.6
1
+ Minetest Lua Mainmenu API Reference 0.4.9
2
2
========================================
3
3
4
4
Introduction
You can’t perform that action at this time.
0 commit comments