From d0ecdf28810590ad4e84155b8547869ed8d28482 Mon Sep 17 00:00:00 2001 From: Isaac Clerencia Perez Date: Fri, 25 Aug 2006 07:37:22 +0000 Subject: [PATCH] Bump version to 1.1.9 --- changelog | 2 +- config.h.dummy | 6 +++--- configure.ac | 2 +- src/wesconfig.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog b/changelog index a698d95c153..218eb212e27 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -Version 1.1.8+SVN: +Version 1.1.9: * campaigns * Heir to the Throne * fixed gold typo in Dwarven Doors (#6481) diff --git a/config.h.dummy b/config.h.dummy index bca1bac423d..6ea4e5e061d 100644 --- a/config.h.dummy +++ b/config.h.dummy @@ -9,16 +9,16 @@ #define PACKAGE_NAME "Battle for Wesnoth" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Battle for Wesnoth 1.1.8+svn" +#define PACKAGE_STRING "Battle for Wesnoth 1.1.9" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "wesnoth" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1.8+svn" +#define PACKAGE_VERSION "1.1.9" /* Version number of package */ -#define VERSION "1.1.8+svn" +#define VERSION "1.1.9" /* The default server for this version */ #define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999" diff --git a/configure.ac b/configure.ac index 6ca0d0003a7..3d638c8180a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.57]) -define([WESNOTH_VERSION],[1.1.8+svn]) +define([WESNOTH_VERSION],[1.1.9]) dnl define([DEFAULT_SERVER],[server.wesnoth.org]) define([DEFAULT_SERVER],[devsrv.wesnoth.org:14999]) diff --git a/src/wesconfig.h b/src/wesconfig.h index a2e9e760b26..206de8a370e 100644 --- a/src/wesconfig.h +++ b/src/wesconfig.h @@ -4,7 +4,7 @@ #ifdef HAVE_CONFIG_H # include "config.h" #else -# define VERSION "1.1.8+svn" +# define VERSION "1.1.9" # define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999" # define PACKAGE "wesnoth" # ifndef LOCALEDIR