Version 1.12.1

This commit is contained in:
Ignacio R. Morelle 2015-01-23 18:21:14 -03:00
parent c935aa8d4c
commit eb0a47a3d2
4 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ PROJECT_NAME = "The Battle for Wesnoth"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.12.0+dev
PROJECT_NUMBER = 1.12.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View file

@ -1,4 +1,4 @@
Version 1.12.0+dev:
Version 1.12.1:
* AI:
* Big Animals Micro AI: bug fix for units not attacking when [avoid_unit] is
not set

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: https://github.com/wesnoth/wesnoth/blob/1.12/changelog
Version 1.12.0+dev:
Version 1.12.1:
* Campaigns:
* Heir to the Throne:
* Tweaked and expanded music playlists for all scenarios.

View file

@ -23,7 +23,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.12.0+dev"
#define VERSION "1.12.1"
#ifndef PACKAGE
#define PACKAGE "wesnoth"
#endif