version bump to 1.7.14 aka 1.8beta7

This commit is contained in:
Nils Kneuper 2010-03-08 15:02:27 +00:00
parent a053799488
commit 33d4dcca7f
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Version 1.7.13+svn:
Version 1.7.14-1.8beta7:
* AI:
* Allow to write AI components in LUA
* Implemented FR #15465: 'protect' goal was split into protect_location,

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.13+svn])
define([WESNOTH_VERSION],[1.7.14])
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.13+svn:
Version 1.7.14-1.8beta7:
* Language and i18n:
* Updated translations: Catalan, Chinese (Traditional), Czech, Estonian,
Finnish, German, Greek, Italian, Japanese, Lithuanian, Polish, Serbian.

View file

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