diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e5c1dd1c2..07df064d23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.2) project(LAPACK Fortran C) set(LAPACK_MAJOR_VERSION 3) -set(LAPACK_MINOR_VERSION 9) -set(LAPACK_PATCH_VERSION 1) +set(LAPACK_MINOR_VERSION 10) +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 e6053c43bc..c3c4b21375 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.9.1 +PROJECT_NUMBER = 3.10.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 588f1d78a4..191e4aa4ee 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.9.1 +PROJECT_NUMBER = 3.10.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 dce92bd5b6..7bc15fcc8e 100644 --- a/INSTALL/ilaver.f +++ b/INSTALL/ilaver.f @@ -58,8 +58,8 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH * ===================================================================== VERS_MAJOR = 3 - VERS_MINOR = 9 - VERS_PATCH = 1 + VERS_MINOR = 10 + VERS_PATCH = 0 * ===================================================================== * RETURN diff --git a/README.md b/README.md index c58a136696..009293fc83 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ * VERSION 3.8.0 : November 2017 * VERSION 3.9.0 : November 2019 * VERSION 3.9.1 : April 2021 +* VERSION 3.10.0 : June 2021 LAPACK is a library of Fortran subroutines for solving the most commonly occurring problems in numerical linear algebra.