aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2013-11-17 01:06:41 +0000
committerjulie <julielangou@users.noreply.github.com>2013-11-17 01:06:41 +0000
commitafbaf16e8a89a7477f0bdb1ef1375ad8faa651b3 (patch)
treed972fe39cddb1291a1b1bd21549be8fd0cb6f7eb /INSTALL
parentddd12e2c0e20ab192ea598b7c61d3e589cabbeea (diff)
update ilaver
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/ilaver.f8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f
index a00cbbcc..c33fef7c 100644
--- a/INSTALL/ilaver.f
+++ b/INSTALL/ilaver.f
@@ -41,14 +41,14 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date November 2013
*
*> \ingroup auxOTHERauxiliary
*
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.5.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* September 2012
@@ -58,8 +58,8 @@
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
- VERS_MINOR = 4
- VERS_PATCH = 2
+ VERS_MINOR = 5
+ VERS_PATCH = 0
* =====================================================================
*
RETURN