wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src game_config.cpp


From: David White
Subject: [Wesnoth-cvs-commits] wesnoth/src game_config.cpp
Date: Tue, 10 May 2005 18:37:37 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     David White <address@hidden>    05/05/10 22:37:37

Modified files:
        src            : game_config.cpp 

Log message:
        revert unintentional commit

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game_config.cpp.diff?tr1=1.96&tr2=1.97&r1=text&r2=text

Patches:
Index: wesnoth/src/game_config.cpp
diff -u wesnoth/src/game_config.cpp:1.96 wesnoth/src/game_config.cpp:1.97
--- wesnoth/src/game_config.cpp:1.96    Tue May 10 22:15:57 2005
+++ wesnoth/src/game_config.cpp Tue May 10 22:37:36 2005
@@ -1,4 +1,4 @@
-/* $Id: game_config.cpp,v 1.96 2005/05/10 22:15:57 Sirp Exp $ */
+/* $Id: game_config.cpp,v 1.97 2005/05/10 22:37:36 Sirp Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -32,7 +32,7 @@
        int recall_cost = 20;
        int kill_experience = 8;
        int leadership_bonus = 25;
-       const std::string version = "0.9.1"; //VERSION;
+       const std::string version = VERSION;
        bool debug = false, editor = false, ignore_replay_errors = false;
 
        std::string game_icon = "wesnoth-icon.png", game_title, game_logo, 
title_music;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]