Skip to content

Commit 04b044e

Browse files
authored
Merge pull request #944 from julielangou/master
LAPACK 3.12.0 release
2 parents b231dd5 + d7be813 commit 04b044e

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.6)
33
project(LAPACK)
44

55
set(LAPACK_MAJOR_VERSION 3)
6-
set(LAPACK_MINOR_VERSION 11)
6+
set(LAPACK_MINOR_VERSION 12)
77
set(LAPACK_PATCH_VERSION 0)
88
set(
99
LAPACK_VERSION

DOCS/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.11.0
41+
PROJECT_NUMBER = 3.12.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

INSTALL/ilaver.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
5858
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
5959
* =====================================================================
6060
VERS_MAJOR = 3
61-
VERS_MINOR = 11
61+
VERS_MINOR = 12
6262
VERS_PATCH = 0
6363
* =====================================================================
6464
*

LICENSE

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Copyright (c) 1992-2022 The University of Tennessee and The University
1+
Copyright (c) 1992-2023 The University of Tennessee and The University
22
of Tennessee Research Foundation. All rights
33
reserved.
4-
Copyright (c) 2000-2022 The University of California Berkeley. All
4+
Copyright (c) 2000-2023 The University of California Berkeley. All
55
rights reserved.
6-
Copyright (c) 2006-2022 The University of Colorado Denver. All rights
6+
Copyright (c) 2006-2023 The University of Colorado Denver. All rights
77
reserved.
88

99
$COPYRIGHT$

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* VERSION 3.10.0 : June 2021
3838
* VERSION 3.10.1 : April 2022
3939
* VERSION 3.11.0 : November 2022
40+
* VERSION 3.12.0 : November 2023
4041

4142
LAPACK is a library of Fortran subroutines for solving the most commonly
4243
occurring problems in numerical linear algebra.

0 commit comments

Comments
 (0)