Skip to content

Commit

Permalink
Updated various files for release 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rfalgout committed Mar 13, 2017
1 parent 4da9f37 commit 38a797f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# recent release.
#=============================================================================

Version 2.11.2 released 2017/03/xx
Version 2.11.2 released 2017/03/13

- Changed the defaults in hypre to HMIS with ext+i(4) interpolation

Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 2.8.8)
project (hypre)

# The version number.
set (HYPRE_VERSION 2.11.1)
set (HYPRE_DATE 2016/06/09)
set (HYPRE_VERSION 2.11.2)
set (HYPRE_DATE 2017/03/13)
set (HYPRE_TIME 00:00:00)
set (HYPRE_BUGS [email protected])
set (HYPRE_SRCDIR "${PROJECT_SOURCE_DIR}")
Expand Down
4 changes: 2 additions & 2 deletions src/config/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ dnl * Set package information so it only has to be modified in one place
dnl *********************************************************************

m4_define([M4_HYPRE_NAME], [hypre])
m4_define([M4_HYPRE_VERSION], [2.11.1])
m4_define([M4_HYPRE_DATE], [2016/06/09])
m4_define([M4_HYPRE_VERSION], [2.11.2])
m4_define([M4_HYPRE_DATE], [2017/03/13])
m4_define([M4_HYPRE_TIME], [00:00:00])
m4_define([M4_HYPRE_BUGS], [[email protected]])
m4_define([M4_HYPRE_SRCDIR], [`pwd`])
Expand Down
22 changes: 11 additions & 11 deletions src/configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.in Id.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for hypre 2.11.1.
# Generated by GNU Autoconf 2.69 for hypre 2.11.2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -586,8 +586,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='hypre'
PACKAGE_TARNAME='hypre'
PACKAGE_VERSION='2.11.1'
PACKAGE_STRING='hypre 2.11.1'
PACKAGE_VERSION='2.11.2'
PACKAGE_STRING='hypre 2.11.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1308,7 +1308,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 hypre 2.11.1 to adapt to many kinds of systems.
\`configure' configures hypre 2.11.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1373,7 +1373,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of hypre 2.11.1:";;
short | recursive ) echo "Configuration of hypre 2.11.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1570,7 +1570,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
hypre configure 2.11.1
hypre configure 2.11.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1867,7 +1867,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 hypre $as_me 2.11.1, which was
It was created by hypre $as_me 2.11.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2253,8 +2253,8 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.


HYPRE_NAME="hypre"
HYPRE_VERSION="2.11.1"
HYPRE_DATE="2016/06/09"
HYPRE_VERSION="2.11.2"
HYPRE_DATE="2017/03/13"
HYPRE_TIME="00:00:00"
HYPRE_BUGS="[email protected]"
HYPRE_SRCDIR="`pwd`"
Expand Down Expand Up @@ -7919,7 +7919,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 hypre $as_me 2.11.1, which was
This file was extended by hypre $as_me 2.11.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -7981,7 +7981,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="\\
hypre config.status 2.11.1
hypre config.status 2.11.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down

0 comments on commit 38a797f

Please sign in to comment.