bump version to 1.5.13

This commit is contained in:
Nils Kneuper 2009-03-08 21:54:57 +00:00
parent b81490ba4b
commit 4e76c74041
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
Version 1.5.12+svn:
Version 1.5.13:
* Graphics:
* New portrait for the Woodsman, Bowman, male Thief
* Language and i18n:
@ -21,7 +21,7 @@ Version 1.5.12+svn:
* Fix regression about missing sighted event triggered by AI in replay
* Renamed some [ai] attributes to use correct English spelling.
Support for their misspelled forms will be removed in 1.7.0.
* simple_targetting -> simple_targetting
* simple_targetting -> simple_targeting
* scout_village_targetting -> scout_village_targeting
Version 1.5.12:

View file

@ -6,7 +6,7 @@
AC_PREREQ([2.60])
define([WESNOTH_VERSION],[1.5.12+svn])
define([WESNOTH_VERSION],[1.5.13])
define([WESNOTH_BUGS],[http://bugs.wesnoth.org])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, WESNOTH_BUGS, [wesnoth])

View file

@ -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.12+svn
Version 1.5.13:
* Graphics:
* New portrait for the Woodsman, Bowman, male Thief
* Language and translations

View file

@ -25,7 +25,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.5.12+svn"
#define VERSION "1.5.13-1.6rc2"
#ifndef PACKAGE
#define PACKAGE "wesnoth"