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 ./configure.ac


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth src/wesconfig.h ./configure.ac
Date: Thu, 21 Jul 2005 18:16:51 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/07/21 22:16:51

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

Log message:
        Bump version to 0.9.4+cvs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.159&tr2=1.160&r1=text&r2=text

Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.159 wesnoth/configure.ac:1.160
--- wesnoth/configure.ac:1.159  Thu Jul 21 20:22:14 2005
+++ wesnoth/configure.ac        Thu Jul 21 22:16:51 2005
@@ -6,10 +6,10 @@
 
 AC_PREREQ([2.57])
 
-define([WESNOTH_VERSION],[0.9.4])
+define([WESNOTH_VERSION],[0.9.4+cvs])
 
-define([DEFAULT_SERVER],[server.wesnoth.org])
-dnl define([DEFAULT_SERVER],[devsrv.wesnoth.org:14999])
+dnl define([DEFAULT_SERVER],[server.wesnoth.org])
+define([DEFAULT_SERVER],[devsrv.wesnoth.org:14999])
 
 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.159 $])
+AC_REVISION([$Revision: 1.160 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.35 wesnoth/src/wesconfig.h:1.36
--- wesnoth/src/wesconfig.h:1.35        Thu Jul 21 20:22:14 2005
+++ wesnoth/src/wesconfig.h     Thu Jul 21 22:16:49 2005
@@ -4,8 +4,8 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #else
-# define VERSION "0.9.4"
-# define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
+# define VERSION "0.9.4+cvs"
+# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
 # define PACKAGE "wesnoth"
 # ifndef LOCALEDIR
 #  define LOCALEDIR "translations"




reply via email to

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