From feeffbba6b52b41bd2b75b49fc41a8a765abf417 Mon Sep 17 00:00:00 2001 From: Pauli Manninen Date: Mon, 21 Jun 2004 00:16:21 +0000 Subject: [PATCH] pumped version to 0.7.11-CVS ran autoreconf --- configure | 20 ++++++++++---------- configure.ac | 2 +- src/game_config.cpp | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configure b/configure index f0cbecee3fe..fd2dfd602b7 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Revision: 1.54 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for Battle for Wesnoth 0.7.10. +# Generated by GNU Autoconf 2.59 for Battle for Wesnoth 0.7.11-CVS. # # Report bugs to . # @@ -270,8 +270,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Battle for Wesnoth' PACKAGE_TARNAME='wesnoth' -PACKAGE_VERSION='0.7.10' -PACKAGE_STRING='Battle for Wesnoth 0.7.10' +PACKAGE_VERSION='0.7.11-CVS' +PACKAGE_STRING='Battle for Wesnoth 0.7.11-CVS' PACKAGE_BUGREPORT='davidnwhite@optusnet.com.au' ac_unique_file="src/actions.cpp" @@ -789,7 +789,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Battle for Wesnoth 0.7.10 to adapt to many kinds of systems. +\`configure' configures Battle for Wesnoth 0.7.11-CVS to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -851,7 +851,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Battle for Wesnoth 0.7.10:";; + short | recursive ) echo "Configuration of Battle for Wesnoth 0.7.11-CVS:";; esac cat <<\_ACEOF @@ -982,7 +982,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Battle for Wesnoth configure 0.7.10 +Battle for Wesnoth configure 0.7.11-CVS generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -996,7 +996,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Battle for Wesnoth $as_me 0.7.10, which was +It was created by Battle for Wesnoth $as_me 0.7.11-CVS, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1610,7 +1610,7 @@ fi # Define the identity of the package. PACKAGE='wesnoth' - VERSION='0.7.10' + VERSION='0.7.11-CVS' cat >>confdefs.h <<_ACEOF @@ -7589,7 +7589,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Battle for Wesnoth $as_me 0.7.10, which was +This file was extended by Battle for Wesnoth $as_me 0.7.11-CVS, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7652,7 +7652,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Battle for Wesnoth config.status 0.7.10 +Battle for Wesnoth config.status 0.7.11-CVS configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index f3576774412..6910817f3ff 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ ####################################################################### AC_PREREQ([2.57]) -AC_INIT([Battle for Wesnoth], [0.7.10], [davidnwhite@optusnet.com.au], [wesnoth]) +AC_INIT([Battle for Wesnoth], [0.7.11-CVS], [davidnwhite@optusnet.com.au], [wesnoth]) AC_REVISION([$Revision$]) diff --git a/src/game_config.cpp b/src/game_config.cpp index b301b6d0111..a1b5b9107a8 100644 --- a/src/game_config.cpp +++ b/src/game_config.cpp @@ -26,7 +26,7 @@ namespace game_config int recall_cost = 20; int kill_experience = 8; int leadership_bonus = 25; - const std::string version = "0.7.10"; + const std::string version = "0.7.11-CVS"; bool debug = false, editor = false; std::string game_icon = "wesnoth-icon.png", game_title, game_logo, title_music;