From: bangerth Date: Sun, 18 Jul 2010 20:11:46 +0000 (+0000) Subject: Adjust version. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578ad3ecd69521e855833d2b3b418e63d51b45c3;p=dealii-svn.git Adjust version. git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-3@21534 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 8f77cba52c..6c287fd267 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Revision: 21410 . +# From configure.in Revision: 21440 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for deal.II 6.3.0. +# Generated by GNU Autoconf 2.63 for deal.II 6.3.1. # # Report bugs to . # @@ -597,8 +597,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='deal.II' PACKAGE_TARNAME='deal.II' -PACKAGE_VERSION='6.3.0' -PACKAGE_STRING='deal.II 6.3.0' +PACKAGE_VERSION='6.3.1' +PACKAGE_STRING='deal.II 6.3.1' PACKAGE_BUGREPORT='dealii@dealii.org' ac_default_prefix=`pwd` @@ -1384,7 +1384,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 6.3.0 to adapt to many kinds of systems. +\`configure' configures deal.II 6.3.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1450,7 +1450,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of deal.II 6.3.0:";; + short | recursive ) echo "Configuration of deal.II 6.3.1:";; esac cat <<\_ACEOF @@ -1654,7 +1654,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -deal.II configure 6.3.0 +deal.II configure 6.3.1 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1668,7 +1668,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 6.3.0, which was +It was created by deal.II $as_me 6.3.1, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -18055,7 +18055,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 6.3.0, which was +This file was extended by deal.II $as_me 6.3.1, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18114,7 +18114,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -deal.II config.status 6.3.0 +deal.II config.status 6.3.1 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/deal.II/configure.in b/deal.II/configure.in index 07d100d9a2..9dcbfa9f54 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, 6.3.0, dealii@dealii.org, deal.II) +AC_INIT(deal.II, 6.3.1, dealii@dealii.org, deal.II) AC_REVISION($Revision$) AC_PREREQ(2.61)