Version 1.13.2

This commit is contained in:
Ignacio R. Morelle 2015-12-10 21:33:39 -03:00
parent 8a61ec0932
commit 98863f41f3
4 changed files with 5 additions and 5 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.13.1+dev
PROJECT_NUMBER = 1.13.2
# 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.13.1+dev:
Version 1.13.2:
* Add-ons client:
* Warn user if attempting to upload an addon with a version lesser than or
equal to a published version.

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/master/changelog
Version 1.13.1+dev:
Version 1.13.2:
* Campaigns:
* Delfador's Memoirs:
* Added defeat condition for death of the last undead veteran in

View File

@ -40,11 +40,11 @@
#undef VERSION
#endif
#define VERSION "1.13.1+dev"
#define VERSION "1.13.2"
// Used for the Windows executables' version info resource.
#define RC_VERSION_MAJOR 1
#define RC_VERSION_MINOR 13
#define RC_VERSION_REVISION 1
#define RC_VERSION_REVISION 2
#endif