From 96ea435363f33f406a8b3db5dd6d700890186f66 Mon Sep 17 00:00:00 2001 From: Julie Date: Fri, 23 Dec 2016 13:33:38 -0800 Subject: [PATCH] Updating version on Version files --- CMakeLists.txt | 4 ++-- DOCS/Doxyfile | 2 +- DOCS/Doxyfile_man | 2 +- INSTALL/ilaver.f | 8 ++++---- README | 1 + SRC/ilaver.f | 8 ++++---- make.inc.example | 4 ++-- 7 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 36a6669403..beb732106c 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 d63e35288e..db9bb4725e 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 09e87f2c49..7b048a29f8 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 535d20f9a3..8578953a37 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 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) 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 31d78366d2..c22b7d294e 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 6f5b67863f..a99f727d52 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 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) 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 503e249007..7f66018e83 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