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

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

[Wesnoth-cvs-commits] wesnoth ./configure.ac ./config.h.dummy ./chang...


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth ./configure.ac ./config.h.dummy ./chang...
Date: Sat, 19 Feb 2005 04:34:31 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/02/19 09:34:30

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

Log message:
        Bump version to 0.8.11, change server, replace CVS HEAD with 0.8.11

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.114&tr2=1.115&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/config.h.dummy.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.492&tr2=1.493&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.492 wesnoth/changelog:1.493
--- wesnoth/changelog:1.492     Wed Feb 16 22:25:10 2005
+++ wesnoth/changelog   Sat Feb 19 09:34:30 2005
@@ -1,4 +1,4 @@
-CVS HEAD:
+0.8.11:
  * new translation:
   * British English
  * updated translations:
Index: wesnoth/config.h.dummy
diff -u wesnoth/config.h.dummy:1.15 wesnoth/config.h.dummy:1.16
--- wesnoth/config.h.dummy:1.15 Sun Feb  6 15:41:23 2005
+++ wesnoth/config.h.dummy      Sat Feb 19 09:34:30 2005
@@ -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.10+cvs"
+#define PACKAGE_STRING "Battle for Wesnoth 0.8.11"
 
 /* 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.10+cvs"
+#define PACKAGE_VERSION "0.8.11"
 
 /* Version number of package */
-#define VERSION "0.8.10+cvs"
+#define VERSION "0.8.11"
 
 /* The default server for this version */
-#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
+#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
 
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.114 wesnoth/configure.ac:1.115
--- wesnoth/configure.ac:1.114  Sun Feb  6 15:41:23 2005
+++ wesnoth/configure.ac        Sat Feb 19 09:34:29 2005
@@ -5,11 +5,11 @@
 #######################################################################
 
 AC_PREREQ([2.57])
-AC_INIT([Battle for Wesnoth], [0.8.10+cvs], address@hidden, [wesnoth])
-dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["server.wesnoth.org"], [The default 
server for this version])
-AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default 
server for this version])
+AC_INIT([Battle for Wesnoth], [0.8.11], address@hidden, [wesnoth])
+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_REVISION([$Revision: 1.114 $])
+AC_REVISION([$Revision: 1.115 $])
 
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([foreign 1.5])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.18 wesnoth/src/wesconfig.h:1.19
--- wesnoth/src/wesconfig.h:1.18        Sun Feb  6 15:41:24 2005
+++ wesnoth/src/wesconfig.h     Sat Feb 19 09:34:30 2005
@@ -4,8 +4,8 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #else
-# define VERSION "0.8.10+cvs"
-# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
+# define VERSION "0.8.11"
+# 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]