From efcce2b41d097239f1bd0c1b9e8d38f4e4bad050 Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Wed, 15 Sep 2010 18:22:27 +0000 Subject: [PATCH] post release version bump to 1.9.1 --- changelog | 4 ++++ configure.ac | 2 +- players_changelog | 5 +++++ src/wesconfig.h | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index aad0e525f24..9e30597fd94 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +Version 1.9.1+svn: + * Language and i18n: + * Updated translations: + Version 1.9.1: * AI: * Fixed bug #16585: made AI move in targeting phase even if for some of the diff --git a/configure.ac b/configure.ac index c49b9886860..ba7bccea098 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.60]) -define([WESNOTH_VERSION],[1.9.1]) +define([WESNOTH_VERSION],[1.9.1+svn]) define([WESNOTH_BUGS],[http://bugs.wesnoth.org]) AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, WESNOTH_BUGS, [wesnoth]) diff --git a/players_changelog b/players_changelog index 7018fd7a204..a0d16fbaa1a 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: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog +Version 1.9.1+svn: + * Language and i18n: + * Updated translations: + + Version 1.9.1: * Campaigns: * A Tale of Two Brothers: diff --git a/src/wesconfig.h b/src/wesconfig.h index d1f3e8ab243..91f0c207aa5 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -23,7 +23,7 @@ #ifdef VERSION #undef VERSION #endif -#define VERSION "1.9.1" +#define VERSION "1.9.1+svn" #ifndef PACKAGE #define PACKAGE "wesnoth" #endif