diff --git a/changelog b/changelog index 192b6df55e0..195d6a0b705 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -Version 1.5.0+svn: +Version 1.5.1: * campaigns: * Descent into Darkness: * fixed a crash in 'Return to Parthyn' diff --git a/config.h.dummy b/config.h.dummy index 1a29da5400d..d4e407afc43 100644 --- a/config.h.dummy +++ b/config.h.dummy @@ -9,13 +9,13 @@ #define PACKAGE_NAME "Battle for Wesnoth" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Battle for Wesnoth 1.5.0+svn" +#define PACKAGE_STRING "Battle for Wesnoth 1.5.1" /* 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.5.0+svn" +#define PACKAGE_VERSION "1.5.1" /* Version number of package */ -#define VERSION "1.5.0+svn" +#define VERSION "1.5.1" diff --git a/configure.ac b/configure.ac index bcacd8575c7..e653df80196 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.60]) -define([WESNOTH_VERSION],[1.5.0+svn]) +define([WESNOTH_VERSION],[1.5.1]) AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [isaac@warp.es], [wesnoth]) diff --git a/players_changelog b/players_changelog index 18c57c55c3f..50e33b7fa76 100644 --- a/players_changelog +++ b/players_changelog @@ -2,7 +2,7 @@ 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.5.0+svn: +Version 1.5.1: * Campaigns * Heir to the Throne * Allowed Kalenz to take the flaming sword. diff --git a/src/wesconfig.h b/src/wesconfig.h index 96af0c31b91..6da90ea19e7 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -22,7 +22,7 @@ # define LOCALEDIR "translations" # endif #endif -#define VERSION "1.5.0+svn" +#define VERSION "1.5.1" #define PACKAGE "wesnoth" /**