From 18763934cd7a979f9b7cd7e75013bea4ff87d975 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Sat, 27 Jun 2015 20:22:06 -0300 Subject: [PATCH] Version 1.13.1 --- Doxyfile | 2 +- changelog | 2 +- players_changelog | 2 +- src/wesconfig.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 80169905f356..2176a68beeb5 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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. diff --git a/changelog b/changelog index 324ab4512ef2..afc2533dc9d2 100644 --- a/changelog +++ b/changelog @@ -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). diff --git a/players_changelog b/players_changelog index 0782283ec529..0a14b293c46a 100644 --- a/players_changelog +++ b/players_changelog @@ -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). diff --git a/src/wesconfig.h b/src/wesconfig.h index d3494b85e864..5690e9d1d008 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -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