From 2641fd4299242cbea489fa7e503ad13a12912236 Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Tue, 2 Mar 2010 02:28:41 +0000 Subject: [PATCH] (linux) update to version 0.8. --- build_data.sh | 6 +++--- configure | 22 +++++++++++----------- configure.ac | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/build_data.sh b/build_data.sh index addc25388..8febefaac 100755 --- a/build_data.sh +++ b/build_data.sh @@ -18,7 +18,7 @@ # Data files needed: # data1.cab and data1.hdr from the original CDROM # the WoG release v3.58f: allinone_358f.zip -# the VCMI distribution: vcmi_075.zip +# the VCMI distribution: vcmi_08.zip # Usage: put this script and the 4 data files into the same directory # and run the script. @@ -101,13 +101,13 @@ cd ../../.. # Extract Data from VCMI release -# 3516139 2009-10-03 23:03 vcmi_075.zip +# 4060120 .... vcmi_08.zip rm -rf temp mkdir temp cd temp -unzip ../vcmi_075.zip +unzip ../vcmi_08.zip find . -name "*.dll" | xargs rm -f find . -name "*.DLL" | xargs rm -f diff --git a/configure b/configure index 77808bd03..8104db967 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.64 for vcmi 0.75. +# Generated by GNU Autoconf 2.64 for vcmi 0.8. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software @@ -695,8 +695,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='vcmi' PACKAGE_TARNAME='vcmi' -PACKAGE_VERSION='0.75' -PACKAGE_STRING='vcmi 0.75' +PACKAGE_VERSION='0.8' +PACKAGE_STRING='vcmi 0.8' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1435,7 +1435,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.75 to adapt to many kinds of systems. +\`configure' configures vcmi 0.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1505,7 +1505,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vcmi 0.75:";; + short | recursive ) echo "Configuration of vcmi 0.8:";; esac cat <<\_ACEOF @@ -1633,7 +1633,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vcmi configure 0.75 +vcmi configure 0.8 generated by GNU Autoconf 2.64 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2228,7 +2228,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.75, which was +It was created by vcmi $as_me 0.8, which was generated by GNU Autoconf 2.64. Invocation command line was $ $0 $@ @@ -2574,7 +2574,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu - # Follow NAME_VER in global.h + # Follow NAME_VER in global.h am__api_version='1.11' ac_aux_dir= @@ -3036,7 +3036,7 @@ fi # Define the identity of the package. PACKAGE='vcmi' - VERSION='0.75' + VERSION='0.8' cat >>confdefs.h <<_ACEOF @@ -16709,7 +16709,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.75, which was +This file was extended by vcmi $as_me 0.8, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16764,7 +16764,7 @@ Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -vcmi config.status 0.75 +vcmi config.status 0.8 configured by $0, generated by GNU Autoconf 2.64, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 8bb44d18e..7f6b22eeb 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.75) # Follow NAME_VER in global.h +AC_INIT(vcmi, 0.8) # Follow NAME_VER in global.h AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([aclocal/m4])