bump version to 1.9.14

This commit is contained in:
Nils Kneuper 2012-01-08 17:17:17 +00:00
parent 0d39e8db17
commit 874c0b7353
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Version 1.9.13+svn:
Version 1.9.14:
* AI:
* Fixed bug #18962 and bug #19214: AI leaders are no longer slow to select
attacks.

View file

@ -2,10 +2,11 @@ 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.9.13+svn:
Version 1.9.14:
* AI:
* Fixed bug #18962 and bug #19214: AI leaders are no longer slow to select
attacks.
* Language and i18n:
* Changed font used for CJK languages to DroidSans.
* Updated translations: British English, Chinese (Simplified), Czech, Dutch,

View file

@ -23,7 +23,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.9.13+svn"
#define VERSION "1.9.14"
#ifndef PACKAGE
#define PACKAGE "wesnoth"
#endif