From e6c02f591d76961aebbcb1d91e87adb82e418350 Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Sat, 25 Aug 2007 23:06:05 +0000 Subject: [PATCH] bumped version to 1.3.7+svn --- config.h.dummy | 8 ++++---- configure.ac | 4 ++-- data/_main.cfg | 4 ++-- players_changelog | 14 ++++++++++++++ src/wesconfig.h | 2 +- 5 files changed, 23 insertions(+), 9 deletions(-) diff --git a/config.h.dummy b/config.h.dummy index 15887d8510a..9fa24a9d099 100644 --- a/config.h.dummy +++ b/config.h.dummy @@ -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 1.3.7" +#define PACKAGE_STRING "Battle for Wesnoth 1.3.7+svn" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "wesnoth" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.3.7" +#define PACKAGE_VERSION "1.3.7+svn" /* Version number of package */ -#define VERSION "1.3.7" +#define VERSION "1.3.7+svn" /* The default server for this version */ -#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:15000" +#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:14998" diff --git a/configure.ac b/configure.ac index c039ec3223a..36f632b97a5 100644 --- a/configure.ac +++ b/configure.ac @@ -6,10 +6,10 @@ AC_PREREQ([2.57]) -define([WESNOTH_VERSION],[1.3.7]) +define([WESNOTH_VERSION],[1.3.7+svn]) dnl define([DEFAULT_SERVER],[server.wesnoth.org]) -define([DEFAULT_SERVER],[server.wesnoth.org:1500]) +define([DEFAULT_SERVER],[server.wesnoth.org:14998]) AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [isaac@warp.es], [wesnoth]) diff --git a/data/_main.cfg b/data/_main.cfg index 59108af3913..15c285cd615 100644 --- a/data/_main.cfg +++ b/data/_main.cfg @@ -55,11 +55,11 @@ [game_config] [server] name=_"Official Wesnoth Server" - address=server.wesnoth.org:15000 + address=server.wesnoth.org:14998 [/server] [server] name=_"Alternate Wesnoth Server" - address=games.tuxfamily.org:15000 + address=games.tuxfamily.org:14998 [/server] base_income=2 diff --git a/players_changelog b/players_changelog index b2059635a6e..d71e3d3efb3 100644 --- a/players_changelog +++ b/players_changelog @@ -2,6 +2,19 @@ This is meant to be a concise list of player-visible changes (very minor changes may be omitted). For a complete list of changes, see the main changelog: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog +Version 1.3.7+svn: + * Campaigns + + * Graphics + + * Language and translations + * Updated translations: + + * User interface + + * Miscellaneous and bugfixes + + Version 1.3.7: * Campaigns * Son of the Black Eye @@ -92,6 +105,7 @@ Version 1.3.7: in special ZoC cases (skirmish or lvl0) * Fixed a bug-cheat allowing super-ranged attack in some special cases. + Version 1.3.6: * Language and translations * Updated translations: Finnish, French, German. diff --git a/src/wesconfig.h b/src/wesconfig.h index 33b23a8748f..3076ee0f693 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -4,7 +4,7 @@ #ifdef HAVE_CONFIG_H # include "config.h" #else -# define VERSION "1.3.7" +# define VERSION "1.3.7+svn" # define PACKAGE "wesnoth" # ifndef LOCALEDIR # define LOCALEDIR "translations"