From d156764e97288209d290d5eb70c4aa21d308e86f Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 26 Apr 2009 21:21:08 +0000 Subject: [PATCH] Set version to 6.2.0. git-svn-id: https://svn.dealii.org/branches/releases/Branch-6-2@18740 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 20 ++++++++++---------- deal.II/configure.in | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index 127d4c2dca..da994199a0 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Revision: 18645 . +# From configure.in Revision: 18724 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for deal.II 6.2.pre. +# Generated by GNU Autoconf 2.61 for deal.II 6.2.0. # # Report bugs to . # @@ -575,8 +575,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='deal.II' PACKAGE_TARNAME='deal.II' -PACKAGE_VERSION='6.2.pre' -PACKAGE_STRING='deal.II 6.2.pre' +PACKAGE_VERSION='6.2.0' +PACKAGE_STRING='deal.II 6.2.0' PACKAGE_BUGREPORT='dealii@dealii.org' ac_default_prefix=`pwd` @@ -1274,7 +1274,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.2.pre to adapt to many kinds of systems. +\`configure' configures deal.II 6.2.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1340,7 +1340,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of deal.II 6.2.pre:";; + short | recursive ) echo "Configuration of deal.II 6.2.0:";; esac cat <<\_ACEOF @@ -1533,7 +1533,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -deal.II configure 6.2.pre +deal.II configure 6.2.0 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1547,7 +1547,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.2.pre, which was +It was created by deal.II $as_me 6.2.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -17163,7 +17163,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.2.pre, which was +This file was extended by deal.II $as_me 6.2.0, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17212,7 +17212,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -deal.II config.status 6.2.pre +deal.II config.status 6.2.0 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/deal.II/configure.in b/deal.II/configure.in index cd214d72ab..57a819e9ec 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.2.pre, dealii@dealii.org, deal.II) +AC_INIT(deal.II, 6.2.0, dealii@dealii.org, deal.II) AC_REVISION($Revision$) AC_PREREQ(2.61) -- 2.39.5