From 097f8a08ef9326031a99e1f5db51bde2f5cf1332 Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Sat, 16 Mar 2013 22:59:42 +0000 Subject: [PATCH] bump version to 1.11.2 --- changelog | 2 +- players_changelog | 2 +- src/wesconfig.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index ae9e1b90f20..988470fef23 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -Version 1.11.1+svn: +Version 1.11.2: * Add-ons client: * Fixed bug #20518: identical add-ons titles not supported * Add a button to the Filter Options dialog to toggle all currently diff --git a/players_changelog b/players_changelog index 2bcb217d817..503e241c635 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.11.1+svn: +Version 1.11.2: * Add-ons client: * Add a button to the Filter Options dialog to toggle all currently displayed add-on categories at once. diff --git a/src/wesconfig.h b/src/wesconfig.h index 6411caba585..8ccfc4eb579 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -23,7 +23,7 @@ #ifdef VERSION #undef VERSION #endif -#define VERSION "1.11.1+svn" +#define VERSION "1.11.2" #ifndef PACKAGE #define PACKAGE "wesnoth" #endif