From d410c653f7f1d2166b0e9be3f43d7abfb497cba5 Mon Sep 17 00:00:00 2001 From: loonycyborg Date: Sat, 5 Mar 2016 05:14:39 +0300 Subject: [PATCH] Version bump for release 1.13.3 --- 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 6131468a8fc1..532e2eaecad6 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.2+dev +PROJECT_NUMBER = 1.13.3 # 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 52501179aa6f..f9e64a466552 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -Version 1.13.2+dev: +Version 1.13.3: * Greatly improved SDL 2 support. SDL 2 is now used by default build when building. This fixes the following bugs, among others: * Bug #18112: Color cursors cause slow mouse movement at menus diff --git a/players_changelog b/players_changelog index ba5649c191ab..23ed446f02f5 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.2+dev: +Version 1.13.3: * SDL 2 is now used by default when building. This fixes the following bugs, among others: * Color cursors cause slow mouse movement at menus (bug #18112). diff --git a/src/wesconfig.h b/src/wesconfig.h index 094b03219ce7..7fcefcc15a22 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,7 +40,7 @@ #undef VERSION #endif -#define VERSION "1.13.2+dev" +#define VERSION "1.13.3" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1