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

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

[Wesnoth-cvs-commits] wesnoth ./changelog ./configure.ac ./config.h.d...


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth ./changelog ./configure.ac ./config.h.d...
Date: Sat, 09 Apr 2005 16:02:36 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/04/09 20:02:35

Modified files:
        .              : changelog configure.ac config.h.dummy 
        src            : wesconfig.h 

Log message:
        Switch to the 0.x.0 releases era

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.572&tr2=1.573&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.139&tr2=1.140&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/config.h.dummy.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.572 wesnoth/changelog:1.573
--- wesnoth/changelog:1.572     Sat Apr  9 19:25:09 2005
+++ wesnoth/changelog   Sat Apr  9 20:02:33 2005
@@ -1,4 +1,4 @@
-Version 0.9:
+Version 0.9.0:
  * user interface improvements:
    * added alternative theme: DFool
    * added theme dialog, launched with ":theme"        
Index: wesnoth/config.h.dummy
diff -u wesnoth/config.h.dummy:1.19 wesnoth/config.h.dummy:1.20
--- wesnoth/config.h.dummy:1.19 Sat Apr  9 19:25:09 2005
+++ wesnoth/config.h.dummy      Sat Apr  9 20:02:35 2005
@@ -9,16 +9,16 @@
 #define PACKAGE_NAME "Battle for Wesnoth"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Battle for Wesnoth 0.9"
+#define PACKAGE_STRING "Battle for Wesnoth 0.9.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "wesnoth"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.9"
+#define PACKAGE_VERSION "0.9.0"
 
 /* Version number of package */
-#define VERSION "0.9"
+#define VERSION "0.9.0"
 
 /* The default server for this version */
 #define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.139 wesnoth/configure.ac:1.140
--- wesnoth/configure.ac:1.139  Sat Apr  9 19:25:09 2005
+++ wesnoth/configure.ac        Sat Apr  9 20:02:35 2005
@@ -6,7 +6,7 @@
 
 AC_PREREQ([2.57])
 
-define([WESNOTH_VERSION],[0.9])
+define([WESNOTH_VERSION],[0.9.0])
 
 define([DEFAULT_SERVER],[server.wesnoth.org])
 dnl define([DEFAULT_SERVER],[devsrv.wesnoth.org])
@@ -37,7 +37,7 @@
 EOF
 ])
 
-AC_REVISION([$Revision: 1.139 $])
+AC_REVISION([$Revision: 1.140 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.23 wesnoth/src/wesconfig.h:1.24
--- wesnoth/src/wesconfig.h:1.23        Sat Apr  9 19:25:09 2005
+++ wesnoth/src/wesconfig.h     Sat Apr  9 20:02:35 2005
@@ -4,7 +4,7 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #else
-# define VERSION "0.9"
+# define VERSION "0.9.0"
 # define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
 # define PACKAGE "wesnoth"
 # ifndef LOCALEDIR




reply via email to

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