Skip to content

Commit

Permalink
Update version string & release date.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyeli committed May 8, 2024
1 parent 49e9f58 commit 51da98f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.18.1 FATAL_ERROR)
project(SuperLU_DIST C CXX)
set(VERSION_MAJOR "9")
set(VERSION_MINOR "0")
set(VERSION_BugFix "01")
set(VERSION_BugFix "0")
set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BugFix})

list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,5 @@ July 5, 2022 Version 8.1.0
October 1, 2022 Version 8.1.1
Novembe 9, 2023 Version 8.2.0
Novembe 17, 2023 Version 8.2.1
May 8, 2023 Version 9.0.0
```
4 changes: 2 additions & 2 deletions SRC/include/superlu_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ at the top-level directory.
* October 1, 2022 version 8.1.1
* November 12, 2022 version 8.1.2
* November 17, 2023 version 8.2.1
* May 7, 2024 version 9.0.0
* May 8, 2024 version 9.0.0
* </pre>
*/

Expand Down Expand Up @@ -89,7 +89,7 @@ at the top-level directory.
#define SUPERLU_DIST_MAJOR_VERSION 9
#define SUPERLU_DIST_MINOR_VERSION 0
#define SUPERLU_DIST_PATCH_VERSION 0
#define SUPERLU_DIST_RELEASE_DATE "May 7, 2024"
#define SUPERLU_DIST_RELEASE_DATE "May 8, 2024"

#include "superlu_dist_config.h"

Expand Down

0 comments on commit 51da98f

Please sign in to comment.