diff --git a/configure b/configure index 779e301f3..b80ad59b8 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for vcmi 0.81b. +# Generated by GNU Autoconf 2.65 for vcmi 0.82. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -698,8 +698,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='vcmi' PACKAGE_TARNAME='vcmi' -PACKAGE_VERSION='0.81b' -PACKAGE_STRING='vcmi 0.81b' +PACKAGE_VERSION='0.82' +PACKAGE_STRING='vcmi 0.82' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1438,7 +1438,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 vcmi 0.81b to adapt to many kinds of systems. +\`configure' configures vcmi 0.82 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1508,7 +1508,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vcmi 0.81b:";; + short | recursive ) echo "Configuration of vcmi 0.82:";; esac cat <<\_ACEOF @@ -1636,7 +1636,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vcmi configure 0.81b +vcmi configure 0.82 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2231,7 +2231,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by vcmi $as_me 0.81b, which was +It was created by vcmi $as_me 0.82, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -3039,7 +3039,7 @@ fi # Define the identity of the package. PACKAGE='vcmi' - VERSION='0.81b' + VERSION='0.82' cat >>confdefs.h <<_ACEOF @@ -16740,7 +16740,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by vcmi $as_me 0.81b, which was +This file was extended by vcmi $as_me 0.82, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16797,7 +16797,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -vcmi config.status 0.81b +vcmi config.status 0.82 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index c90261ae5..d20794ff4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(vcmi, 0.81b) # Follow NAME_VER in global.h +AC_INIT(vcmi, 0.82) # Follow NAME_VER in global.h AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([aclocal/m4])