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 8578953a..77959784 100644
--- a/INSTALL/ilaver.f
+++ b/INSTALL/ilaver.f
@@ -41,17 +41,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup auxOTHERauxiliary
*
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.7.0) --
+* -- LAPACK computational routine (version 3.7.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* June 2016
+* June 2017
*
* =====================================================================
*
@@ -59,7 +59,7 @@
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 7
- VERS_PATCH = 0
+ VERS_PATCH = 1
* =====================================================================
*
RETURN