Version 1.13.1

This commit is contained in:
Ignacio R. Morelle 2015-06-27 20:22:06 -03:00
parent c16673c6ce
commit 18763934cd
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.13.0+dev
PROJECT_NUMBER = 1.13.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.13.0+dev:
Version 1.13.1:
* Security fixes:
* Disallowed inclusion of .pbl files from WML, independent of extension
case (CVE-2015-5069, CVE-2015-5070, bug #23504).

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.0+dev:
Version 1.13.1:
* Security fixes:
* Disallowed inclusion of .pbl files from WML, independent of extension
case (CVE-2015-5069, CVE-2015-5070, bug #23504).

View File

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