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

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

[Wesnoth-cvs-commits] wesnoth src/wesconfig.h ./config.h.dummy ./conf...


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth src/wesconfig.h ./config.h.dummy ./conf...
Date: Sun, 05 Dec 2004 10:51:20 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        04/12/05 15:45:04

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

Log message:
        Bump version to 0.8.9-CVS

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/config.h.dummy.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.105&tr2=1.106&r1=text&r2=text

Patches:
Index: wesnoth/config.h.dummy
diff -u wesnoth/config.h.dummy:1.10 wesnoth/config.h.dummy:1.11
--- wesnoth/config.h.dummy:1.10 Sun Dec  5 10:38:01 2004
+++ wesnoth/config.h.dummy      Sun Dec  5 15:45:04 2004
@@ -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.8.8"
+#define PACKAGE_STRING "Battle for Wesnoth 0.8.9-CVS"
 
 /* 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.8.8"
+#define PACKAGE_VERSION "0.8.9-CVS"
 
 /* Version number of package */
-#define VERSION "0.8.8"
+#define VERSION "0.8.9-CVS"
 
 /* The default server for this version */
-#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
+#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
 
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.105 wesnoth/configure.ac:1.106
--- wesnoth/configure.ac:1.105  Sun Dec  5 10:38:01 2004
+++ wesnoth/configure.ac        Sun Dec  5 15:45:04 2004
@@ -5,12 +5,12 @@
 #######################################################################
 
 AC_PREREQ([2.57])
-AC_INIT([Battle for Wesnoth], [0.8.8], address@hidden, [wesnoth])
+AC_INIT([Battle for Wesnoth], [0.8.9-CVS], address@hidden, [wesnoth])
 dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["server.wesnoth.org"], [The default 
server for this version])
 dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default 
server for this version])
-AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default 
server for this version])
+AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The default 
server for this version])
 
-AC_REVISION([$Revision: 1.105 $])
+AC_REVISION([$Revision: 1.106 $])
 
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([foreign 1.5])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.12 wesnoth/src/wesconfig.h:1.13
--- wesnoth/src/wesconfig.h:1.12        Sun Dec  5 10:38:01 2004
+++ wesnoth/src/wesconfig.h     Sun Dec  5 15:45:03 2004
@@ -4,8 +4,8 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #else
-# define VERSION "0.8.8"
-# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
+# define VERSION "0.8.9-CVS"
+# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
 # define PACKAGE "wesnoth"
 # define LOCALEDIR "po"
 #endif




reply via email to

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