summaryrefslogtreecommitdiff
path: root/SRC
diff options
context:
space:
mode:
Diffstat (limited to 'SRC')
-rw-r--r--SRC/ilaver.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/ilaver.f b/SRC/ilaver.f
index 4fafc714..b50c4170 100644
--- a/SRC/ilaver.f
+++ b/SRC/ilaver.f
@@ -48,10 +48,10 @@
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.4.2) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* August 2012
*
* =====================================================================
*
@@ -59,7 +59,7 @@
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 4
- VERS_PATCH = 0
+ VERS_PATCH = 2
* =====================================================================
*
RETURN