Bump version

This commit is contained in:
Ignacio R. Morelle 2015-04-17 14:54:36 -03:00
parent cf685a9cc9
commit 3af94e9e80
4 changed files with 11 additions and 2 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
PROJECT_NUMBER = 1.13.0+dev
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

View File

@ -1,3 +1,7 @@
Version 1.13.0+dev:
* Language and i18n:
* Updated translations:
Version 1.13.0:
* Security fixes:
* Fixed arbitrary file read from WML/Lua API (CVE-2015-0844, bug #23440).

View File

@ -2,6 +2,11 @@ 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:
* Language and i18n:
* Updated translations:
Version 1.13.0:
* Security fixes:
* Fixed arbitrary file read from WML/Lua API (CVE-2015-0844, bug #23440).

View File

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