Pumped version to 0.8.6-CVS
Ran ./autogen.sh
This commit is contained in:
parent
7d9a138e35
commit
d39be88f4f
4 changed files with 20 additions and 20 deletions
|
@ -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.5"
|
||||
#define PACKAGE_STRING "Battle for Wesnoth 0.8.6-CVS"
|
||||
|
||||
/* 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.5"
|
||||
#define PACKAGE_VERSION "0.8.6-CVS"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.8.5"
|
||||
#define VERSION "0.8.6-CVS"
|
||||
|
||||
/* The default server for this version */
|
||||
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
|
||||
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
|
||||
|
||||
|
|
22
configure
vendored
22
configure
vendored
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh
|
||||
# From configure.ac Revision: 1.87 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for Battle for Wesnoth 0.8.5.
|
||||
# Generated by GNU Autoconf 2.59 for Battle for Wesnoth 0.8.6-CVS.
|
||||
#
|
||||
# Report bugs to <davidnwhite@optusnet.com.au>.
|
||||
#
|
||||
|
@ -270,8 +270,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='Battle for Wesnoth'
|
||||
PACKAGE_TARNAME='wesnoth'
|
||||
PACKAGE_VERSION='0.8.5'
|
||||
PACKAGE_STRING='Battle for Wesnoth 0.8.5'
|
||||
PACKAGE_VERSION='0.8.6-CVS'
|
||||
PACKAGE_STRING='Battle for Wesnoth 0.8.6-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.8.5 to adapt to many kinds of systems.
|
||||
\`configure' configures Battle for Wesnoth 0.8.6-CVS to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -859,7 +859,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of Battle for Wesnoth 0.8.5:";;
|
||||
short | recursive ) echo "Configuration of Battle for Wesnoth 0.8.6-CVS:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1008,7 +1008,7 @@ fi
|
|||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
Battle for Wesnoth configure 0.8.5
|
||||
Battle for Wesnoth configure 0.8.6-CVS
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
|
@ -1022,7 +1022,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.8.5, which was
|
||||
It was created by Battle for Wesnoth $as_me 0.8.6-CVS, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -1360,7 +1360,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|||
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
|
||||
#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
|
||||
_ACEOF
|
||||
|
||||
|
||||
|
@ -1665,7 +1665,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='wesnoth'
|
||||
VERSION='0.8.5'
|
||||
VERSION='0.8.6-CVS'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -16789,7 +16789,7 @@ _ASBOX
|
|||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by Battle for Wesnoth $as_me 0.8.5, which was
|
||||
This file was extended by Battle for Wesnoth $as_me 0.8.6-CVS, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -16852,7 +16852,7 @@ _ACEOF
|
|||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
Battle for Wesnoth config.status 0.8.5
|
||||
Battle for Wesnoth config.status 0.8.6-CVS
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
#######################################################################
|
||||
|
||||
AC_PREREQ([2.57])
|
||||
AC_INIT([Battle for Wesnoth], [0.8.5], [davidnwhite@optusnet.com.au], [wesnoth])
|
||||
AC_INIT([Battle for Wesnoth], [0.8.6-CVS], [davidnwhite@optusnet.com.au], [wesnoth])
|
||||
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["server.wesnoth.org"], [The default server for this version])
|
||||
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default server for this version])
|
||||
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The default server for this version])
|
||||
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default server for this version])
|
||||
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The default server for this version])
|
||||
|
||||
AC_REVISION([$Revision$])
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#else
|
||||
# define VERSION "0.8.5"
|
||||
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
|
||||
# define VERSION "0.8.6-CVS"
|
||||
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
|
||||
# define PACKAGE "wesnoth"
|
||||
# define LOCALEDIR "messages"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue