From 53b781e801d8369a72ec7def6cdc155fa2cd62e6 Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Wed, 23 Nov 2011 14:08:51 +0000 Subject: [PATCH] bump version to 1.9.11 --- changelog | 2 +- players_changelog | 2 +- src/wesconfig.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index 974f44f4ef1..25ec0028e56 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -Version 1.9.10+svn: +Version 1.9.11: * Campaigns: * Sceptre of Fire: * A Bargain is Struck: added missing hero overlays to Alanin and the diff --git a/players_changelog b/players_changelog index e06aae9b1d4..c76378ad619 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: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog -Version 1.9.10+svn: +Version 1.9.11: * Language and i18n: * Updated translations: British English, Dutch, French, Finnish, Galician, Indonesian, Italian, Korean, Latvian, Lithuanian, Old English. diff --git a/src/wesconfig.h b/src/wesconfig.h index c974ec3ce3a..c27ecc44de0 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -23,7 +23,7 @@ #ifdef VERSION #undef VERSION #endif -#define VERSION "1.9.10+svn" +#define VERSION "1.9.11" #ifndef PACKAGE #define PACKAGE "wesnoth" #endif