mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Bump version to 0.4.4 as this isn't compatible with 0.4.3
This commit is contained in:
parent
c8acc373c1
commit
d67004a3be
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
|
|||
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
|
||||
set(VERSION_MAJOR 0)
|
||||
set(VERSION_MINOR 4)
|
||||
set(VERSION_PATCH 3)
|
||||
set(VERSION_PATCH 4)
|
||||
if(VERSION_EXTRA)
|
||||
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
|
||||
endif()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Minetest Lua Modding API Reference 0.4.3
|
||||
Minetest Lua Modding API Reference 0.4.4
|
||||
==========================================
|
||||
More information at http://c55.me/minetest/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue