summaryrefslogtreecommitdiff
path: root/SRC/ilaver.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-11 19:34:11 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-11 19:34:11 +0000
commit84118d4efbff34064b96398ea3c1a0a1836a6755 (patch)
treeb8667dc182b814e2f30b10c807d6632ee9126e04 /SRC/ilaver.f
parent9e96fbee1f47189a684902633557b54aecfd1db4 (diff)
downloadlapack-84118d4efbff34064b96398ea3c1a0a1836a6755.tar.gz
lapack-84118d4efbff34064b96398ea3c1a0a1836a6755.tar.bz2
lapack-84118d4efbff34064b96398ea3c1a0a1836a6755.zip
Update version number to 3.4.0
Diffstat (limited to 'SRC/ilaver.f')
-rw-r--r--SRC/ilaver.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/ilaver.f b/SRC/ilaver.f
index 8602043c..4fafc714 100644
--- a/SRC/ilaver.f
+++ b/SRC/ilaver.f
@@ -48,7 +48,7 @@
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.3.1) --
+* -- LAPACK computational routine (version 3.4.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* November 2011
@@ -58,8 +58,8 @@
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
- VERS_MINOR = 3
- VERS_PATCH = 1
+ VERS_MINOR = 4
+ VERS_PATCH = 0
* =====================================================================
*
RETURN