post release version bump to 1.7.5+svn

This commit is contained in:
Nils Kneuper 2009-09-04 09:04:58 +00:00
parent 430a6aacd2
commit 37b10ec0d2
4 changed files with 11 additions and 3 deletions

View file

@ -1,10 +1,12 @@
Version 1.7.5 +SVN:
Version 1.7.5+svn:
* AI:
* Stabilized syntax of [modify_ai] tag
* Reorganized AI macro library
* Added 'move leader to target' candidate action
* Graphics:
* New portrait for Merman Spearman
* Language and i18n:
* Updated translations:
* Miscellaneous and bugfixes:
* Fix broken "Skip Ai moves" option.
* Changed upload log format and defaulted the new uploader.

View file

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

View file

@ -1,10 +1,15 @@
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.5 +SVN:
* Graphics:
* New portrait for Merman Spearman
* Language and translations:
* Updated translations:
Version 1.7.5:
* Graphics:
* New base frame and animations for the Drake Blademaster.
@ -16,6 +21,7 @@ Version 1.7.5:
* Fixed problems with the Drakes introduced in 1.7.4 (wrong resistances and
a possible crash when advancing to the Inferno Drake).
Version 1.7.4:
* AI:
* Fixed crashes and infinite loops on AI turn.

View file

@ -25,7 +25,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.7.5"
#define VERSION "1.7.5+svn"
#ifndef PACKAGE
#define PACKAGE "wesnoth"