[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth ./config.h.dummy ./configure.ac src/wes...
From: |
Pauli Manninen |
Subject: |
[Wesnoth-cvs-commits] wesnoth ./config.h.dummy ./configure.ac src/wes... |
Date: |
Sun, 31 Oct 2004 10:32:38 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Pauli Manninen <address@hidden> 04/10/31 15:12:19
Modified files:
. : config.h.dummy configure.ac
src : wesconfig.h
Log message:
pumped version to 0.8.7
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/config.h.dummy.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.101&tr2=1.102&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
Patches:
Index: wesnoth/config.h.dummy
diff -u wesnoth/config.h.dummy:1.7 wesnoth/config.h.dummy:1.8
--- wesnoth/config.h.dummy:1.7 Fri Oct 15 21:03:43 2004
+++ wesnoth/config.h.dummy Sun Oct 31 15:12:19 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.7-CVS"
+#define PACKAGE_STRING "Battle for Wesnoth 0.8.7"
/* 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.7-CVS"
+#define PACKAGE_VERSION "0.8.7"
/* Version number of package */
-#define VERSION "0.8.7-CVS"
+#define VERSION "0.8.7"
/* The default server for this version */
-#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.101 wesnoth/configure.ac:1.102
--- wesnoth/configure.ac:1.101 Sat Oct 30 12:37:43 2004
+++ wesnoth/configure.ac Sun Oct 31 15:12:19 2004
@@ -5,12 +5,12 @@
#######################################################################
AC_PREREQ([2.57])
-AC_INIT([Battle for Wesnoth], [0.8.7-CVS], address@hidden, [wesnoth])
+AC_INIT([Battle for Wesnoth], [0.8.7], 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:14999"], [The default
server for this version])
+AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default
server for this version])
+dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The
default server for this version])
-AC_REVISION([$Revision: 1.101 $])
+AC_REVISION([$Revision: 1.102 $])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([foreign 1.5])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.9 wesnoth/src/wesconfig.h:1.10
--- wesnoth/src/wesconfig.h:1.9 Fri Oct 15 21:03:43 2004
+++ wesnoth/src/wesconfig.h Sun Oct 31 15:12:19 2004
@@ -4,8 +4,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
-# define VERSION "0.8.7-CVS"
-# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+# define VERSION "0.8.7"
+# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
# define PACKAGE "wesnoth"
# define LOCALEDIR "po"
#endif