diff --git a/changelog b/changelog index 5130bc74482..c45a191fc9e 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +Version 1.11.9+dev: + * Language and i18n: + * Updated translations: + Version 1.11.9: * Add-ons client: * Display the first and last upload dates in the Description dialog. diff --git a/players_changelog b/players_changelog index 3b442386e08..bdebc74f3a9 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-old/blob/master/changelog +Version 1.11.9+dev: + * Language and i18n: + * Updated translations: + + Version 1.11.9: * AI: * Default AI: Gold saving is turned off by default again. diff --git a/src/wesconfig.h b/src/wesconfig.h index 8afd606b153..c642b03dfa9 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -23,7 +23,7 @@ #ifdef VERSION #undef VERSION #endif -#define VERSION "1.11.9" +#define VERSION "1.11.9+dev" #ifndef PACKAGE #define PACKAGE "wesnoth" #endif