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 fc351566..a88012e1 100644
--- a/INSTALL/ilaver.f
+++ b/INSTALL/ilaver.f
@@ -1,8 +1,8 @@
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK routine (version 3.2.2) --
+* -- LAPACK routine (version 3.3.3) --
*
-* -- June 2010 --
+* November 2010
*
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
@@ -26,8 +26,8 @@
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
- VERS_MINOR = 2
- VERS_PATCH = 2
+ VERS_MINOR = 3
+ VERS_PATCH = 0
* =====================================================================
*
RETURN