From: bangerth Date: Fri, 7 Oct 2011 22:35:44 +0000 (+0000) Subject: Adjust version number to 7.2.pre. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb871a7e589cd4d585240eb1c4516bf1b3b48b2;p=dealii-svn.git Adjust version number to 7.2.pre. git-svn-id: https://svn.dealii.org/trunk@24565 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 9b603ebcdd..9f0af88102 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Revision: 24287 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for deal.II 7.1.pre. +# Generated by GNU Autoconf 2.68 for deal.II 7.2.pre. # # Report bugs to . # @@ -561,8 +561,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='deal.II' PACKAGE_TARNAME='deal.II' -PACKAGE_VERSION='7.1.pre' -PACKAGE_STRING='deal.II 7.1.pre' +PACKAGE_VERSION='7.2.pre' +PACKAGE_STRING='deal.II 7.2.pre' PACKAGE_BUGREPORT='dealii@dealii.org' PACKAGE_URL='' @@ -1362,7 +1362,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 7.1.pre to adapt to many kinds of systems. +\`configure' configures deal.II 7.2.pre to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1428,7 +1428,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of deal.II 7.1.pre:";; + short | recursive ) echo "Configuration of deal.II 7.2.pre:";; esac cat <<\_ACEOF @@ -1638,7 +1638,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -deal.II configure 7.1.pre +deal.II configure 7.2.pre generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2045,7 +2045,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 7.1.pre, which was +It was created by deal.II $as_me 7.2.pre, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -13925,7 +13925,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 deal.II $as_me 7.1.pre, which was +This file was extended by deal.II $as_me 7.2.pre, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13987,7 +13987,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="\\ -deal.II config.status 7.1.pre +deal.II config.status 7.2.pre configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/deal.II/configure.in b/deal.II/configure.in index ba4e1b90c9..2b7bbad176 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, 7.1.pre, dealii@dealii.org, deal.II) +AC_INIT(deal.II, 7.2.pre, dealii@dealii.org, deal.II) AC_REVISION($Revision$) AC_PREREQ(2.61)