aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-08-25 22:27:13 +0000
committerjulie <julielangou@users.noreply.github.com>2012-08-25 22:27:13 +0000
commit1d71ab691fb7f5c2970f27b3dca4667089ec0632 (patch)
tree96fa6eb97493fb95d15300200811fcbc46690d5f /INSTALL
parent807bbe52ad0a5bf22d1efbd6359cf8e6c0d18bda (diff)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/ilaver.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f
index 0a09a2fa..0c625ca6 100644
--- a/INSTALL/ilaver.f
+++ b/INSTALL/ilaver.f
@@ -48,10 +48,10 @@
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.4.1) --
+* -- 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..--
-* April 2012
+* August 2012
*
* =====================================================================
*
@@ -59,7 +59,7 @@
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 4
- VERS_PATCH = 1
+ VERS_PATCH = 2
* =====================================================================
*
RETURN