From 3af94e9e80bbcebfc25ecfaf3427d70caa5ebe3a Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Fri, 17 Apr 2015 14:54:36 -0300 Subject: [PATCH] Bump version --- Doxyfile | 2 +- changelog | 4 ++++ players_changelog | 5 +++++ src/wesconfig.h | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index ad2a614fe31..80169905f35 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 +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. diff --git a/changelog b/changelog index 85a56e8d838..7441940e15b 100644 --- a/changelog +++ b/changelog @@ -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). diff --git a/players_changelog b/players_changelog index 261e138aaa3..bb8d29cb772 100644 --- a/players_changelog +++ b/players_changelog @@ -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). diff --git a/src/wesconfig.h b/src/wesconfig.h index 8f28deabb19..d3494b85e86 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -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