From 8b6c921ea5bfaff76fc39ed9ff26078b5292bc7f Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Fri, 7 Mar 2014 19:46:06 -0300 Subject: [PATCH] Bump version to 1.13.0-dev The version between 1.12.0 and 1.12.1 is 1.12.0+dev, and 1.12.0 hasn't happened yet. --- 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 f22aee9dd09b..8a3eceb8f8f9 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.12.0+dev +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 bce33349cc69..a1a427654f48 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -Version 1.12.0+dev: +Version 1.13.0-dev: * AI: * Fixed a bug that made it impossible to change or delete Micro AIs after a game had been reloaded (bug #21750). This was a general bug in the RCA AI diff --git a/players_changelog b/players_changelog index 2773b1aecb19..c26c5442b0d0 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.12.0+dev: +Version 1.13.0-dev: * Language and i18n: * Updated translations: German, Slovak. diff --git a/src/wesconfig.h b/src/wesconfig.h index a54431851809..48e5f68b901d 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -23,7 +23,7 @@ #ifdef VERSION #undef VERSION #endif -#define VERSION "1.12.0+dev" +#define VERSION "1.13.0-dev" #ifndef PACKAGE #define PACKAGE "wesnoth" #endif