aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-08-20 17:20:11 +0200
committerGitHub <noreply@github.com>2017-08-20 17:20:11 +0200
commitc99dcbaca99c0bf3cf90efb6670d946898e23ae6 (patch)
tree7b00dfc421be40af049b09f3f1e41f35a4f7ff34 /doc/lua_api.txt
parent1c1c97cbd1d7913ac12bf550ec02c97f843a0fd3 (diff)
downloadhax-minetest-server-c99dcbaca99c0bf3cf90efb6670d946898e23ae6.tar.gz
hax-minetest-server-c99dcbaca99c0bf3cf90efb6670d946898e23ae6.zip
New version scheme (#6292)
* Version changes: current dev version is now 0.5.0 * This change permit to have multi branches with various versions * Dev version is 0.5.0-dev and next release will be 0.5.0
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index dcc2de180..3c87c2e2f 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1,4 +1,4 @@
-Minetest Lua Modding API Reference 0.4.16
+Minetest Lua Modding API Reference 0.5.0
=========================================
* More information at <http://www.minetest.net/>
* Developer Wiki: <http://dev.minetest.net/>