From: bangerth Date: Tue, 3 Jul 2007 21:23:15 +0000 (+0000) Subject: Bump version to 6.0.pre X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d4b85880b66b0047b41e9979899b7a48c0a8a64;p=dealii-svn.git Bump version to 6.0.pre git-svn-id: https://svn.dealii.org/trunk@14843 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index c2e939ba53..7a0e6c534a 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Revision: 14622 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.60 for deal.II 5.3.pre. +# Generated by GNU Autoconf 2.60 for deal.II 6.0.pre. # # Report bugs to . # @@ -560,8 +560,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='deal.II' PACKAGE_TARNAME='deal.II' -PACKAGE_VERSION='5.3.pre' -PACKAGE_STRING='deal.II 5.3.pre' +PACKAGE_VERSION='6.0.pre' +PACKAGE_STRING='deal.II 6.0.pre' PACKAGE_BUGREPORT='dealii@dealii.org' ac_default_prefix=`pwd` @@ -1231,7 +1231,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 deal.II 5.3.pre to adapt to many kinds of systems. +\`configure' configures deal.II 6.0.pre to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1297,7 +1297,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of deal.II 5.3.pre:";; + short | recursive ) echo "Configuration of deal.II 6.0.pre:";; esac cat <<\_ACEOF @@ -1434,7 +1434,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -deal.II configure 5.3.pre +deal.II configure 6.0.pre generated by GNU Autoconf 2.60 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1448,7 +1448,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 deal.II $as_me 5.3.pre, which was +It was created by deal.II $as_me 6.0.pre, which was generated by GNU Autoconf 2.60. Invocation command line was $ $0 $@ @@ -15215,7 +15215,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by deal.II $as_me 5.3.pre, which was +This file was extended by deal.II $as_me 6.0.pre, which was generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15264,7 +15264,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -deal.II config.status 5.3.pre +deal.II config.status 6.0.pre configured by $0, generated by GNU Autoconf 2.60, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/deal.II/configure.in b/deal.II/configure.in index 7902a16777..3a05311bf4 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -23,7 +23,7 @@ dnl clearing the cache define([AC_CACHE_LOAD], )dnl define([AC_CACHE_SAVE], )dnl -AC_INIT(deal.II, 5.3.pre, dealii@dealii.org, deal.II) +AC_INIT(deal.II, 6.0.pre, dealii@dealii.org, deal.II) AC_REVISION($Revision$) AC_PREREQ(2.50)