diff --git a/CMakeLists.txt b/CMakeLists.txt index 428571b7a..cc9c680db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.13) project(LAPACK C) set(LAPACK_MAJOR_VERSION 3) -set(LAPACK_MINOR_VERSION 12) -set(LAPACK_PATCH_VERSION 1) +set(LAPACK_MINOR_VERSION 13) +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 efb4ddaf1..a778c038f 100644 --- a/DOCS/Doxyfile +++ b/DOCS/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = LAPACK # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.12.1 +PROJECT_NUMBER = 3.13.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 83115480f..dfa158e97 100644 --- a/INSTALL/ilaver.f +++ b/INSTALL/ilaver.f @@ -59,8 +59,8 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH * ===================================================================== VERS_MAJOR = 3 - VERS_MINOR = 12 - VERS_PATCH = 1 + VERS_MINOR = 13 + VERS_PATCH = 0 * ===================================================================== * RETURN diff --git a/LICENSE b/LICENSE index 8d59524fa..e46ddc1a5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,9 @@ -Copyright (c) 1992-2025 The University of Tennessee and The University +Copyright (c) 1992-2026 The University of Tennessee and The University of Tennessee Research Foundation. All rights reserved. -Copyright (c) 2000-2025 The University of California Berkeley. All +Copyright (c) 2000-2026 The University of California Berkeley. All rights reserved. -Copyright (c) 2006-2025 The University of Colorado Denver. All rights +Copyright (c) 2006-2026 The University of Colorado Denver. All rights reserved. $COPYRIGHT$ diff --git a/README.md b/README.md index cfd714e3d..bbf890ad2 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ * VERSION 3.11.0 : November 2022 * VERSION 3.12.0 : November 2023 * VERSION 3.12.1 : January 2025 +* VERSION 3.13.0 : March 2026 LAPACK is a library of Fortran subroutines for solving the most commonly occurring problems in numerical linear algebra.