CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Pauli Manninen <[EMAIL PROTECTED]> 04/10/14 19:33:03
Modified files:
. : configure.ac
Log message:
forgot to change official server for release
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.93&tr2=1.94&r1=text&r2=text
Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.93 wesnoth/configure.ac:1.94
--- wesnoth/configure.ac:1.93 Thu Oct 14 17:21:35 2004
+++ wesnoth/configure.ac Thu Oct 14 19:33:03 2004
@@ -7,10 +7,10 @@
AC_PREREQ([2.57])
AC_INIT([Battle for Wesnoth], [0.8.6], [EMAIL PROTECTED], [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.93 $])
+AC_REVISION([$Revision: 1.94 $])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([foreign 1.5])