diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dc392eac3..1ee66f1ade 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(LAPACK Fortran C) set(LAPACK_MAJOR_VERSION 3) set(LAPACK_MINOR_VERSION 10) -set(LAPACK_PATCH_VERSION 0) +set(LAPACK_PATCH_VERSION 1) set( LAPACK_VERSION ${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION} diff --git a/DOCS/Doxyfile b/DOCS/Doxyfile index c3c4b21375..4229769c98 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.10.0 +PROJECT_NUMBER = 3.10.1 # 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 191e4aa4ee..6a64156fba 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.10.0 +PROJECT_NUMBER = 3.10.1 # 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 7bc15fcc8e..fd179ceb81 100644 --- a/INSTALL/ilaver.f +++ b/INSTALL/ilaver.f @@ -59,7 +59,7 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) * ===================================================================== VERS_MAJOR = 3 VERS_MINOR = 10 - VERS_PATCH = 0 + VERS_PATCH = 1 * ===================================================================== * RETURN diff --git a/LICENSE b/LICENSE index 525d6e35f4..a8c8b61078 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,9 @@ -Copyright (c) 1992-2021 The University of Tennessee and The University +Copyright (c) 1992-2022 The University of Tennessee and The University of Tennessee Research Foundation. All rights reserved. -Copyright (c) 2000-2021 The University of California Berkeley. All +Copyright (c) 2000-2022 The University of California Berkeley. All rights reserved. -Copyright (c) 2006-2021 The University of Colorado Denver. All rights +Copyright (c) 2006-2022 The University of Colorado Denver. All rights reserved. $COPYRIGHT$ diff --git a/README.md b/README.md index 009293fc83..e8f74aa3a9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ * VERSION 3.9.0 : November 2019 * VERSION 3.9.1 : April 2021 * VERSION 3.10.0 : June 2021 +* VERSION 3.10.1 : April 2022 LAPACK is a library of Fortran subroutines for solving the most commonly occurring problems in numerical linear algebra. diff --git a/SRC/clartg.f90 b/SRC/clartg.f90 index f63a0f8d20..13a629a34e 100644 --- a/SRC/clartg.f90 +++ b/SRC/clartg.f90 @@ -119,7 +119,7 @@ subroutine CLARTG( f, g, c, s, r ) only: wp=>sp, zero=>szero, one=>sone, two=>stwo, czero, & rtmin=>srtmin, rtmax=>srtmax, safmin=>ssafmin, safmax=>ssafmax ! -! -- LAPACK auxiliary routine (version 3.10.0) -- +! -- LAPACK auxiliary routine -- ! -- LAPACK is a software package provided by Univ. of Tennessee, -- ! -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- ! February 2021 diff --git a/SRC/dlartg.f90 b/SRC/dlartg.f90 index 03a708f863..ef8c6e3865 100644 --- a/SRC/dlartg.f90 +++ b/SRC/dlartg.f90 @@ -114,7 +114,7 @@ subroutine DLARTG( f, g, c, s, r ) only: wp=>dp, zero=>dzero, half=>dhalf, one=>done, & rtmin=>drtmin, rtmax=>drtmax, safmin=>dsafmin, safmax=>dsafmax ! -! -- LAPACK auxiliary routine (version 3.10.0) -- +! -- LAPACK auxiliary routine -- ! -- LAPACK is a software package provided by Univ. of Tennessee, -- ! -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- ! February 2021 diff --git a/SRC/slartg.f90 b/SRC/slartg.f90 index 2a936a919f..a9af1aa8d5 100644 --- a/SRC/slartg.f90 +++ b/SRC/slartg.f90 @@ -114,7 +114,7 @@ subroutine SLARTG( f, g, c, s, r ) only: wp=>sp, zero=>szero, half=>shalf, one=>sone, & rtmin=>srtmin, rtmax=>srtmax, safmin=>ssafmin, safmax=>ssafmax ! -! -- LAPACK auxiliary routine (version 3.10.0) -- +! -- LAPACK auxiliary routine -- ! -- LAPACK is a software package provided by Univ. of Tennessee, -- ! -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- ! February 2021 diff --git a/SRC/zlartg.f90 b/SRC/zlartg.f90 index e509898a1c..337a4dda85 100644 --- a/SRC/zlartg.f90 +++ b/SRC/zlartg.f90 @@ -119,7 +119,7 @@ subroutine ZLARTG( f, g, c, s, r ) only: wp=>dp, zero=>dzero, one=>done, two=>dtwo, czero=>zzero, & rtmin=>drtmin, rtmax=>drtmax, safmin=>dsafmin, safmax=>dsafmax ! -! -- LAPACK auxiliary routine (version 3.10.0) -- +! -- LAPACK auxiliary routine -- ! -- LAPACK is a software package provided by Univ. of Tennessee, -- ! -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- ! February 2021