forked from Mirrorlandia_minetest/minetest
Bump version to 0.4.4 as this isn't compatible with 0.4.3
This commit is contained in:
parent
c8acc373c1
commit
d67004a3be
@ -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…
Reference in New Issue
Block a user