summaryrefslogtreecommitdiff
path: root/INSTALL/ilaver.f
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/ilaver.f')
-rw-r--r--INSTALL/ilaver.f8
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