Skip to content

Commit

Permalink
Merge pull request #592 from julielangou/master
Browse files Browse the repository at this point in the history
Updating LAPACK version number before 3.10.0 release
  • Loading branch information
julielangou committed Jun 28, 2021
2 parents ade9a3b + 3aa00e6 commit aa631b4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion DOCS/Doxyfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DOCS/Doxyfile_man
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions INSTALL/ilaver.f
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit aa631b4

Please sign in to comment.