bump version to 1.7.15 aka 1.8rc1 (yes, finally!)

This commit is contained in:
Nils Kneuper 2010-03-15 00:01:48 +00:00
parent 3b3e1583d7
commit c2d7d97f96
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Version 1.7.14+svn:
Version 1.7.15-1.8rc1:
* AI:
* Set RCA AI to be the default AI for single-player campaigns.
* Fix bug #15390: add a try_delete action to modify_ai which has

View file

@ -10,7 +10,7 @@ AC_PREREQ([2.60])
# Don't forget to change the default value of 'experimental'
# to match whether this is a stable or unstable release.
#######################################################################
define([WESNOTH_VERSION],[1.7.14+svn])
define([WESNOTH_VERSION],[1.7.15])
experimental_default=no
define([WESNOTH_BUGS],[http://bugs.wesnoth.org])

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.7.14+svn:
Version 1.7.15-1.8rc1:
* AI:
* Set RCA AI to be the default AI for single-player campaigns.
* Language and i18n:

View file

@ -23,7 +23,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.7.14+svn"
#define VERSION "1.7.15-1.8rc1"
#ifndef PACKAGE
#define PACKAGE "wesnoth"
#endif