diff --git a/Doxyfile b/Doxyfile index 365eae50eae6..04a6adc2aa8f 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.4 +PROJECT_NUMBER = 1.13.4+svn # 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 46ac5bd3fa85..484718d73ba3 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +Version 1.13.4+svn: + * Language and i18n: + * Updated translations: + Version 1.13.4: * Language and i18n: * Updated translations: British English, Russian diff --git a/players_changelog b/players_changelog index b0867c5c3113..a1c2ca02cfdf 100644 --- a/players_changelog +++ b/players_changelog @@ -2,6 +2,10 @@ 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.4+svn: + * Language and i18n: + * Updated translations: + Version 1.13.4: * Language and i18n: * Updated translations: British English, Russian. diff --git a/src/wesconfig.h b/src/wesconfig.h index 0dbc7890660f..a040f7b38b5b 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -40,11 +40,11 @@ #undef VERSION #endif -#define VERSION "1.13.4" +#define VERSION "1.13.4+svn" // Used for the Windows executables' version info resource. #define RC_VERSION_MAJOR 1 #define RC_VERSION_MINOR 13 -#define RC_VERSION_REVISION 4 +#define RC_VERSION_REVISION 5 #endif