From 9300418fe417915817e5eab9b63fc919b4d8b2d3 Mon Sep 17 00:00:00 2001 From: Weslley da Silva Pereira Date: Thu, 10 Nov 2022 10:29:22 -0700 Subject: [PATCH 1/2] Change README and CMakeLists to LAPACK 3.11 --- CMakeLists.txt | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41b3c138cf..68a7767b8d 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 10) -set(LAPACK_PATCH_VERSION 1) +set(LAPACK_MINOR_VERSION 11) +set(LAPACK_PATCH_VERSION 0) set( LAPACK_VERSION ${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION} diff --git a/README.md b/README.md index c255cc2de7..142aa7b720 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ * VERSION 3.9.1 : April 2021 * VERSION 3.10.0 : June 2021 * VERSION 3.10.1 : April 2022 +* VERSION 3.11.0 : November 2022 LAPACK is a library of Fortran subroutines for solving the most commonly occurring problems in numerical linear algebra. From 57f15d84c170451502c5d623628a9b2194a47259 Mon Sep 17 00:00:00 2001 From: Weslley da Silva Pereira Date: Thu, 10 Nov 2022 10:40:48 -0700 Subject: [PATCH 2/2] Change ILAVER and Doxyfile accordingly --- DOCS/Doxyfile | 2 +- DOCS/Doxyfile_man | 2 +- INSTALL/ilaver.f | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DOCS/Doxyfile b/DOCS/Doxyfile index 4229769c98..97415241c4 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.1 +PROJECT_NUMBER = 3.11.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 6a64156fba..6625de4566 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.1 +PROJECT_NUMBER = 3.11.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 fd179ceb81..7d55e13e9d 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 = 10 - VERS_PATCH = 1 + VERS_MINOR = 11 + VERS_PATCH = 0 * ===================================================================== * RETURN