diff options
author | Julie <julie@cs.utk.edu> | 2016-12-23 13:33:38 -0800 |
---|---|---|
committer | Julie <julie@cs.utk.edu> | 2016-12-23 13:33:38 -0800 |
commit | 96ea435363f33f406a8b3db5dd6d700890186f66 (patch) | |
tree | a0048110dd223cb7fdf7969c2e6a9fcc8f7f15c8 /INSTALL | |
parent | d6326d788a2548d63eec62a4382841a504d35876 (diff) | |
download | lapack-96ea435363f33f406a8b3db5dd6d700890186f66.tar.gz lapack-96ea435363f33f406a8b3db5dd6d700890186f66.tar.bz2 lapack-96ea435363f33f406a8b3db5dd6d700890186f66.zip |
Updating version on Version files
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL/ilaver.f | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f index 535d20f9..8578953a 100644 --- a/INSTALL/ilaver.f +++ b/INSTALL/ilaver.f @@ -41,14 +41,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date June 2016 +*> \date December 2016 * *> \ingroup auxOTHERauxiliary * * ===================================================================== SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) * -* -- LAPACK computational routine (version 3.6.0) -- +* -- LAPACK computational routine (version 3.7.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * June 2016 @@ -58,8 +58,8 @@ INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH * ===================================================================== VERS_MAJOR = 3 - VERS_MINOR = 6 - VERS_PATCH = 1 + VERS_MINOR = 7 + VERS_PATCH = 0 * ===================================================================== * RETURN |