From cf2ead61a98439de15fa5dbbbd8bee6571bb461f Mon Sep 17 00:00:00 2001 From: Isaac Clerencia Perez Date: Sat, 9 Apr 2005 12:40:53 +0000 Subject: [PATCH] Bump version to 0.8.12 --- changelog | 2 +- config.h.dummy | 8 ++++---- configure.ac | 6 +++--- src/wesconfig.h | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/changelog b/changelog index 593c7e88fa0..5a6196d003a 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -CVS HEAD: +Version 0.8.12: * user interface improvements: * added alternative theme: DFool * added theme dialog, launched with ":theme" diff --git a/config.h.dummy b/config.h.dummy index 336a45cc956..12101529f07 100644 --- a/config.h.dummy +++ b/config.h.dummy @@ -9,17 +9,17 @@ #define PACKAGE_NAME "Battle for Wesnoth" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Battle for Wesnoth 0.8.11+cvs" +#define PACKAGE_STRING "Battle for Wesnoth 0.8.12" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "wesnoth" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.8.11+cvs" +#define PACKAGE_VERSION "0.8.12" /* Version number of package */ -#define VERSION "0.8.11+cvs" +#define VERSION "0.8.12" /* The default server for this version */ -#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org" +#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org" diff --git a/configure.ac b/configure.ac index 23e416f0973..1db869f3037 100644 --- a/configure.ac +++ b/configure.ac @@ -6,10 +6,10 @@ AC_PREREQ([2.57]) -define([WESNOTH_VERSION],[0.8.11+cvs]) +define([WESNOTH_VERSION],[0.8.12]) -dnl define([DEFAULT_SERVER],[server.wesnoth.org]) -define([DEFAULT_SERVER],[devsrv.wesnoth.org]) +define([DEFAULT_SERVER],[server.wesnoth.org]) +dnl define([DEFAULT_SERVER],[devsrv.wesnoth.org]) AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [davidnwhite@optusnet.com.au], [wesnoth]) AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["]DEFAULT_SERVER["], [The default server for this version]) diff --git a/src/wesconfig.h b/src/wesconfig.h index d517c2bfba8..45b25f4def1 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -4,8 +4,8 @@ #ifdef HAVE_CONFIG_H # include "config.h" #else -# define VERSION "0.8.11+cvs" -# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org" +# define VERSION "0.8.12" +# define WESNOTH_DEFAULT_SERVER "server.wesnoth.org" # define PACKAGE "wesnoth" # ifndef LOCALEDIR # define LOCALEDIR "translations"