From d303cd3518a5ca6bbba02de0e503a6c061b41fb4 Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Sat, 8 Dec 2012 13:25:48 +0000 Subject: [PATCH] post release version bump to 1.11.1+svn --- changelog | 4 ++++ players_changelog | 6 ++++++ src/wesconfig.h | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index e6461df18c7..0239d552002 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +Version 1.11.1+svn: + * Language and i18n: + * Updated translations: + Version 1.11.1: * AI: * New AI: Experimental AI diff --git a/players_changelog b/players_changelog index 68ac9ac2bf3..74d7db16425 100644 --- a/players_changelog +++ b/players_changelog @@ -2,6 +2,12 @@ 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: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog +Version 1.11.1+svn: + * Language and i18n: + * New translation: Scottish Gaelic. + * Updated translations: + + Version 1.11.1: * AI: * New AI: Experimental AI diff --git a/src/wesconfig.h b/src/wesconfig.h index 41986b93ae8..6411caba585 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -23,7 +23,7 @@ #ifdef VERSION #undef VERSION #endif -#define VERSION "1.11.1" +#define VERSION "1.11.1+svn" #ifndef PACKAGE #define PACKAGE "wesnoth" #endif