bumped version to 1.3.3+svn

and changed ports for the default mp server to the one for trunk
This commit is contained in:
Nils Kneuper 2007-05-26 09:21:18 +00:00
parent 79dcf5eb38
commit 2e10eb1ad0
5 changed files with 27 additions and 9 deletions

View file

@ -1,4 +1,4 @@
Version 1.3.4:
Version 1.3.3+svn:
* graphics
* added sickle and scythe attack icons

View file

@ -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.3"
#define PACKAGE_STRING "Battle for Wesnoth 1.3.3+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.3"
#define PACKAGE_VERSION "1.3.3+svn"
/* Version number of package */
#define VERSION "1.3.3"
#define VERSION "1.3.3+svn"
/* The default server for this version */
#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:15000"
#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:14998"

View file

@ -6,10 +6,10 @@
AC_PREREQ([2.57])
define([WESNOTH_VERSION],[1.3.3])
define([WESNOTH_VERSION],[1.3.3+svn])
dnl define([DEFAULT_SERVER],[server.wesnoth.org])
define([DEFAULT_SERVER],[server.wesnoth.org:15000])
define([DEFAULT_SERVER],[server.wesnoth.org:14998])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [isaac@warp.es], [wesnoth])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["]DEFAULT_SERVER["], [The default server for this version])

View file

@ -2,6 +2,24 @@ 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.3+svn:
* Campaigns
* Graphics
* Sound and music
* Language and translations
* User interface
* Unit changes and balancing
* Multiplayer
* Miscellaneous and bugfixes
Version 1.3.3:
* Campaigns
* New mainline campaigns: Northern Rebirth, Sceptre of Fire, Son of the

View file

@ -4,8 +4,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
# define VERSION "1.3.3"
# define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:15000"
# define VERSION "1.3.3+svn"
# define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:14998"
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR
# define LOCALEDIR "translations"