From a133510efc626000425c83aa51d523ded462e572 Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Thu, 22 Oct 2009 17:45:47 +0000 Subject: [PATCH] bump version to 1.7.7 (again) --- changelog | 2 +- configure.ac | 2 +- players_changelog | 2 +- src/wesconfig.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index 9391755a24f..331d127f5cd 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -Version 1.7.6+svn: +Version 1.7.7: * AI: * Filtering of allowed attackers/defenders in 'attacks' aspect. * Fix a serious enough bug in default ai targeting. The bug caused the AI, diff --git a/configure.ac b/configure.ac index ea79f608f09..d6c32e6a946 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.60]) -define([WESNOTH_VERSION],[1.7.6+svn]) +define([WESNOTH_VERSION],[1.7.7]) 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 e4902e95743..9a477a39fcd 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.7.6+svn: +Version 1.7.7: * AI: * Fix a serious enough bug in ai targeting. The bug caused the AI, in certain situations, to make weird shuffle-doing-nothing moves and not seek diff --git a/src/wesconfig.h b/src/wesconfig.h index 6b3e089423d..e47a5e05765 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -25,7 +25,7 @@ #ifdef VERSION #undef VERSION #endif -#define VERSION "1.7.6+svn" +#define VERSION "1.7.7" #ifndef PACKAGE #define PACKAGE "wesnoth"