Removed remaining -delta references
authorPerttu Ahola <celeron55@gmail.com>
Sat, 30 Jul 2011 11:02:11 +0000 (14:02 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 30 Jul 2011 11:02:11 +0000 (14:02 +0300)
CMakeLists.txt
src/game.cpp
src/guiKeyChangeMenu.cpp
src/guiKeyChangeMenu.h

index b4a5bb02eedf06ff78b9afebdc997f3d2c725d5f..860bbba00c03ec432492be49b46d0b323913f353 100644 (file)
@@ -9,7 +9,7 @@ project(minetest)
 
 set(VERSION_MAJOR 0)
 set(VERSION_MINOR 2)
-set(VERSION_PATCH 20110720_0)
+set(VERSION_PATCH 20110730_rc1)
 set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 # Configuration options
index b3069d6f98002e617d2c6fc86f6a29b1c8e35054..0afb351d147bbbaf373ae43495a38dd2ddf9a3f2 100644 (file)
@@ -2021,7 +2021,7 @@ void the_game(
                        endscenetime_avg = endscenetime_avg * 0.95 + (float)endscenetime*0.05;
                        
                        char temptext[300];
-                       snprintf(temptext, 300, "Minetest-delta %s ("
+                       snprintf(temptext, 300, "Minetest-c55 %s ("
                                        "R: range_all=%i"
                                        ")"
                                        " drawtime=%.0f, beginscenetime=%.0f"
index 4a11cf93c0ee3a16e28ffadfe6bf55b9c639185b..98d6f8086c092072fb0baa6ab607becb99c970f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Minetest-delta
+ Minetest-c55
  Copyright (C) 2010-11 celeron55, Perttu Ahola <celeron55@gmail.com>
  Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com>
  Copyright (C) 2011 teddydestodes <derkomtur@schattengang.net>
index 389ce7aeecc692c9cbe5587969f21501f42f0f09..e9e359c3cd282104e477ff5af2433c7717c7153b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Minetest-delta
+ Minetest-c55
  Copyright (C) 2010-11 celeron55, Perttu Ahola <celeron55@gmail.com>
  Copyright (C) 2011 Ciaran Gultnieks <ciaran@ciarang.com>
  Copyright (C) 2011 teddydestodes <derkomtur@schattengang.net>