aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL/ilaver.f8
-rw-r--r--SRC/ilaver.f8
2 files changed, 8 insertions, 8 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
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