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

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

[Wesnoth-cvs-commits] wesnoth ./changelog ./config.h.dummy ./configur...


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth ./changelog ./config.h.dummy ./configur...
Date: Wed, 29 Jun 2005 15:31:20 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/06/29 19:31:20

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

Log message:
        Bump version to 0.9.3

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.762&tr2=1.763&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/config.h.dummy.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.154&tr2=1.155&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.762 wesnoth/changelog:1.763
--- wesnoth/changelog:1.762     Wed Jun 29 14:52:45 2005
+++ wesnoth/changelog   Wed Jun 29 19:31:19 2005
@@ -1,4 +1,4 @@
-CVS HEAD:
+Version 0.9.3:
  * user interface improvements:
    * restored dialog titles for multiplayer screens (#13049)
    * --nosound commandline option no longer initializes sound (part of #11669)
Index: wesnoth/config.h.dummy
diff -u wesnoth/config.h.dummy:1.26 wesnoth/config.h.dummy:1.27
--- wesnoth/config.h.dummy:1.26 Mon Jun 13 19:40:16 2005
+++ wesnoth/config.h.dummy      Wed Jun 29 19:31:19 2005
@@ -3,23 +3,23 @@
 #define PACKAGE "wesnoth"
 
 /* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "address@hidden"
+#define PACKAGE_BUGREPORT "address@hidden"
 
 /* Define to the full name of this package. */
 #define PACKAGE_NAME "Battle for Wesnoth"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Battle for Wesnoth 0.9.2+cvs"
+#define PACKAGE_STRING "Battle for Wesnoth 0.9.3"
 
 /* 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.2+cvs"
+#define PACKAGE_VERSION "0.9.3"
 
 /* Version number of package */
-#define VERSION "0.9.2+cvs"
+#define VERSION "0.9.3"
 
 /* The default server for this version */
-#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
 
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.154 wesnoth/configure.ac:1.155
--- wesnoth/configure.ac:1.154  Tue Jun 14 08:36:48 2005
+++ wesnoth/configure.ac        Wed Jun 29 19:31:19 2005
@@ -6,13 +6,12 @@
 
 AC_PREREQ([2.57])
 
-define([WESNOTH_VERSION],[0.9.2+cvs])
+define([WESNOTH_VERSION],[0.9.3])
 
-dnl define([DEFAULT_SERVER],[server.wesnoth.org])
+define([DEFAULT_SERVER],[server.wesnoth.org])
 dnl define([DEFAULT_SERVER],[devsrv.wesnoth.org])
-define([DEFAULT_SERVER],[devsrv.wesnoth.org:14999])
 
-AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, address@hidden, [wesnoth])
+AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, address@hidden, [wesnoth])
 AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["]DEFAULT_SERVER["], [The default server 
for this version])
 
 dnl
@@ -38,7 +37,7 @@
 EOF
 ])
 
-AC_REVISION([$Revision: 1.154 $])
+AC_REVISION([$Revision: 1.155 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.30 wesnoth/src/wesconfig.h:1.31
--- wesnoth/src/wesconfig.h:1.30        Mon Jun 13 19:40:17 2005
+++ wesnoth/src/wesconfig.h     Wed Jun 29 19:31:20 2005
@@ -4,8 +4,8 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #else
-# define VERSION "0.9.2+cvs"
-# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+# define VERSION "0.9.3"
+# 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]