Bump version to 0.4.4 as this isn't compatible with 0.4.3

master
Perttu Ahola 2012-11-26 00:56:47 +02:00
parent c8acc373c1
commit d67004a3be
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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/