removed -delta namings

This commit is contained in:
Perttu Ahola 2011-07-23 19:33:49 +03:00
parent f13fc82abe
commit 96fedb5cb0
3 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ if(${CMAKE_VERSION} STREQUAL "2.8.2")
endif(${CMAKE_VERSION} STREQUAL "2.8.2")
# This can be read from ${PROJECT_NAME} after project() is called
project(minetest-delta)
project(minetest)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)

View File

@ -1,6 +1,7 @@
project(minetest-delta)
cmake_minimum_required( VERSION 2.6 )
project(minetest)
if(RUN_IN_PLACE)
add_definitions ( -DRUN_IN_PLACE )
endif(RUN_IN_PLACE)

View File

@ -172,7 +172,7 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
);*/
std::ostringstream os;
os<<"Minetest-delta\n";
os<<"Minetest-c55\n";
os<<"by Perttu Ahola and contributors\n";
os<<"celeron55@gmail.com\n";
os<<BUILD_INFO<<"\n";