aboutsummaryrefslogtreecommitdiff
path: root/SRC/ilaver.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ilaver.f')
-rw-r--r--SRC/ilaver.f8
1 files changed, 4 insertions, 4 deletions
diff --git a/SRC/ilaver.f b/SRC/ilaver.f
index a00cbbcc..0f1ee5d8 100644
--- a/SRC/ilaver.f
+++ b/SRC/ilaver.f
@@ -48,18 +48,18 @@
* =====================================================================
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
+* November 2013
*
* =====================================================================
*
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
- VERS_MINOR = 4
- VERS_PATCH = 2
+ VERS_MINOR = 5
+ VERS_PATCH = 0
* =====================================================================
*
RETURN