aboutsummaryrefslogtreecommitdiff
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
parentd6326d788a2548d63eec62a4382841a504d35876 (diff)
Updating version on Version files
-rw-r--r--CMakeLists.txt4
-rw-r--r--DOCS/Doxyfile2
-rw-r--r--DOCS/Doxyfile_man2
-rw-r--r--INSTALL/ilaver.f8
-rw-r--r--README1
-rw-r--r--SRC/ilaver.f8
-rw-r--r--make.inc.example4
7 files changed, 15 insertions, 14 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 36a66694..beb73210 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,8 +11,8 @@ endif()
project(LAPACK Fortran)
set(LAPACK_MAJOR_VERSION 3)
-set(LAPACK_MINOR_VERSION 6)
-set(LAPACK_PATCH_VERSION 1)
+set(LAPACK_MINOR_VERSION 7)
+set(LAPACK_PATCH_VERSION 0)
set(
LAPACK_VERSION
${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION}
diff --git a/DOCS/Doxyfile b/DOCS/Doxyfile
index d63e3528..db9bb472 100644
--- a/DOCS/Doxyfile
+++ b/DOCS/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.6.0
+PROJECT_NUMBER = 3.7.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/DOCS/Doxyfile_man b/DOCS/Doxyfile_man
index 09e87f2c..7b048a29 100644
--- a/DOCS/Doxyfile_man
+++ b/DOCS/Doxyfile_man
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 3.6.1
+PROJECT_NUMBER = 3.7.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f
index 535d20f9..8578953a 100644
--- a/INSTALL/ilaver.f
+++ b/INSTALL/ilaver.f
@@ -41,14 +41,14 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date June 2016
+*> \date December 2016
*
*> \ingroup auxOTHERauxiliary
*
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- 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
@@ -58,8 +58,8 @@
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
- VERS_MINOR = 6
- VERS_PATCH = 1
+ VERS_MINOR = 7
+ VERS_PATCH = 0
* =====================================================================
*
RETURN
diff --git a/README b/README
index 31d78366..c22b7d29 100644
--- a/README
+++ b/README
@@ -23,6 +23,7 @@ VERSION 3.4.2 : September 2012
VERSION 3.5.0 : November 2013
VERSION 3.6.0 : November 2015
VERSION 3.6.1 : June 2016
+VERSION 3.7.0 : December 2016
LAPACK is a library of Fortran 90 with subroutines for solving
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
diff --git a/make.inc.example b/make.inc.example
index 503e2490..7f66018e 100644
--- a/make.inc.example
+++ b/make.inc.example
@@ -1,7 +1,7 @@
####################################################################
# LAPACK make include file. #
-# LAPACK, Version 3.6.1 #
-# June 2016 #
+# LAPACK, Version 3.7.0 #
+# December 2016 #
####################################################################
#
SHELL = /bin/sh