diff options
author | julie <julielangou@users.noreply.github.com> | 2011-11-11 19:34:11 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-11-11 19:34:11 +0000 |
commit | 84118d4efbff34064b96398ea3c1a0a1836a6755 (patch) | |
tree | b8667dc182b814e2f30b10c807d6632ee9126e04 /SRC/ilaver.f | |
parent | 9e96fbee1f47189a684902633557b54aecfd1db4 (diff) | |
download | lapack-84118d4efbff34064b96398ea3c1a0a1836a6755.tar.gz lapack-84118d4efbff34064b96398ea3c1a0a1836a6755.tar.bz2 lapack-84118d4efbff34064b96398ea3c1a0a1836a6755.zip |
Update version number to 3.4.0
Diffstat (limited to 'SRC/ilaver.f')
-rw-r--r-- | SRC/ilaver.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/ilaver.f b/SRC/ilaver.f index 8602043c..4fafc714 100644 --- a/SRC/ilaver.f +++ b/SRC/ilaver.f @@ -48,7 +48,7 @@ * ===================================================================== SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) * -* -- LAPACK computational routine (version 3.3.1) -- +* -- LAPACK computational routine (version 3.4.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2011 @@ -58,8 +58,8 @@ INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH * ===================================================================== VERS_MAJOR = 3 - VERS_MINOR = 3 - VERS_PATCH = 1 + VERS_MINOR = 4 + VERS_PATCH = 0 * ===================================================================== * RETURN |