From 51da98fc289bdb2364630f87e3a68da660f9444a Mon Sep 17 00:00:00 2001 From: Sherry Li Date: Wed, 8 May 2024 13:13:45 -0700 Subject: [PATCH] Update version string & release date. --- CMakeLists.txt | 2 +- README.md | 1 + SRC/include/superlu_defs.h | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2ab7b7c..76d7f143 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/README.md b/README.md index 70ec28fd..fe75be58 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/SRC/include/superlu_defs.h b/SRC/include/superlu_defs.h index 9c032cc3..48131d89 100755 --- a/SRC/include/superlu_defs.h +++ b/SRC/include/superlu_defs.h @@ -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 * */ @@ -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"