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

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

[Wesnoth-cvs-commits] wesnoth ./config.h.dummy ./configure.ac src/wes...


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth ./config.h.dummy ./configure.ac src/wes...
Date: Sun, 24 Apr 2005 15:34:07 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/04/24 19:34:07

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

Log message:
        Bump version to 0.9.1

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/config.h.dummy.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.142&tr2=1.143&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.25&tr2=1.26&r1=text&r2=text

Patches:
Index: wesnoth/config.h.dummy
diff -u wesnoth/config.h.dummy:1.21 wesnoth/config.h.dummy:1.22
--- wesnoth/config.h.dummy:1.21 Sun Apr 10 22:13:20 2005
+++ wesnoth/config.h.dummy      Sun Apr 24 19:34:06 2005
@@ -9,17 +9,17 @@
 #define PACKAGE_NAME "Battle for Wesnoth"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Battle for Wesnoth 0.9.0+cvs"
+#define PACKAGE_STRING "Battle for Wesnoth 0.9.1"
 
 /* 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.0+cvs"
+#define PACKAGE_VERSION "0.9.1"
 
 /* Version number of package */
-#define VERSION "0.9.0+cvs"
+#define VERSION "0.9.1"
 
 /* The default server for this version */
-#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
+#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
 
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.142 wesnoth/configure.ac:1.143
--- wesnoth/configure.ac:1.142  Sat Apr 23 17:09:48 2005
+++ wesnoth/configure.ac        Sun Apr 24 19:34:06 2005
@@ -6,10 +6,10 @@
 
 AC_PREREQ([2.57])
 
-define([WESNOTH_VERSION],[0.9.0+cvs])
+define([WESNOTH_VERSION],[0.9.1])
 
-dnl define([DEFAULT_SERVER],[server.wesnoth.org])
-define([DEFAULT_SERVER],[devsrv.wesnoth.org])
+define([DEFAULT_SERVER],[server.wesnoth.org])
+dnl define([DEFAULT_SERVER],[devsrv.wesnoth.org])
 
 AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, address@hidden, [wesnoth])
 AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["]DEFAULT_SERVER["], [The default server 
for this version])
@@ -37,7 +37,7 @@
 EOF
 ])
 
-AC_REVISION([$Revision: 1.142 $])
+AC_REVISION([$Revision: 1.143 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.25 wesnoth/src/wesconfig.h:1.26
--- wesnoth/src/wesconfig.h:1.25        Sun Apr 10 22:13:20 2005
+++ wesnoth/src/wesconfig.h     Sun Apr 24 19:34:07 2005
@@ -4,8 +4,8 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #else
-# define VERSION "0.9.0+cvs"
-# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
+# define VERSION "0.9.1"
+# define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
 # define PACKAGE "wesnoth"
 # ifndef LOCALEDIR
 #  define LOCALEDIR "translations"




reply via email to

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