summaryrefslogtreecommitdiff
path: root/SRC
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-12-23 13:33:38 -0800
committerJulie <julie@cs.utk.edu>2016-12-23 13:33:38 -0800
commit96ea435363f33f406a8b3db5dd6d700890186f66 (patch)
treea0048110dd223cb7fdf7969c2e6a9fcc8f7f15c8 /SRC
parentd6326d788a2548d63eec62a4382841a504d35876 (diff)
downloadlapack-96ea435363f33f406a8b3db5dd6d700890186f66.tar.gz
lapack-96ea435363f33f406a8b3db5dd6d700890186f66.tar.bz2
lapack-96ea435363f33f406a8b3db5dd6d700890186f66.zip
Updating version on Version files
Diffstat (limited to 'SRC')
-rw-r--r--SRC/ilaver.f8
1 files changed, 4 insertions, 4 deletions
diff --git a/SRC/ilaver.f b/SRC/ilaver.f
index 6f5b6786..a99f727d 100644
--- a/SRC/ilaver.f
+++ b/SRC/ilaver.f
@@ -47,14 +47,14 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date June 2016
+*> \date December 2016
*
*> \ingroup OTHERauxiliary
*
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.6.1) --
+* -- LAPACK computational routine (version 3.7.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* June 2016
@@ -64,8 +64,8 @@
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
- VERS_MINOR = 6
- VERS_PATCH = 1
+ VERS_MINOR = 7
+ VERS_PATCH = 0
* =====================================================================
*
RETURN