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

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

[Wesnoth-cvs-commits] wesnoth ./changelog ./config.h.dummy ./configur...


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth ./changelog ./config.h.dummy ./configur...
Date: Mon, 08 Aug 2005 18:40:40 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        05/08/08 22:40:40

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

Log message:
        Get ready for release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.830&tr2=1.831&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/config.h.dummy.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.160&tr2=1.161&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.36&tr2=1.37&r1=text&r2=text

Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.830 wesnoth/changelog:1.831
--- wesnoth/changelog:1.830     Mon Aug  8 12:28:11 2005
+++ wesnoth/changelog   Mon Aug  8 22:40:40 2005
@@ -1,8 +1,8 @@
-CVS HEAD:
+Version 0.9.5:
  * language and i18n:
    * new translation: Hebrew (no rtl support added in yet)
    * updated translations: British English, Catalan, German, Hungarian,
-     Polish, Swedish, Turkish
+     Polish, Spanish, Swedish, Turkish
    * fixed linebreaks not working properly for Chinese translation (#13352)
    * updated several unit descriptions
    * added GPL and part of MANUAL to help
Index: wesnoth/config.h.dummy
diff -u wesnoth/config.h.dummy:1.30 wesnoth/config.h.dummy:1.31
--- wesnoth/config.h.dummy:1.30 Tue Jul 26 08:28:32 2005
+++ wesnoth/config.h.dummy      Mon Aug  8 22:40:40 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.9.4+cvs"
+#define PACKAGE_STRING "Battle for Wesnoth 0.9.5"
 
 /* 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.9.4+cvs"
+#define PACKAGE_VERSION "0.9.5"
 
 /* Version number of package */
-#define VERSION "0.9.4+cvs"
+#define VERSION "0.9.5"
 
 /* The default server for this version */
-#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org"
 
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.160 wesnoth/configure.ac:1.161
--- wesnoth/configure.ac:1.160  Thu Jul 21 22:16:51 2005
+++ wesnoth/configure.ac        Mon Aug  8 22:40:40 2005
@@ -6,10 +6,10 @@
 
 AC_PREREQ([2.57])
 
-define([WESNOTH_VERSION],[0.9.4+cvs])
+define([WESNOTH_VERSION],[0.9.5])
 
-dnl define([DEFAULT_SERVER],[server.wesnoth.org])
-define([DEFAULT_SERVER],[devsrv.wesnoth.org:14999])
+define([DEFAULT_SERVER],[server.wesnoth.org])
+dnl 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.160 $])
+AC_REVISION([$Revision: 1.161 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.36 wesnoth/src/wesconfig.h:1.37
--- wesnoth/src/wesconfig.h:1.36        Thu Jul 21 22:16:49 2005
+++ wesnoth/src/wesconfig.h     Mon Aug  8 22:40:40 2005
@@ -4,8 +4,8 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #else
-# define VERSION "0.9.4+cvs"
-# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+# define VERSION "0.9.5"
+# 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]