Skip to content

Commit

Permalink
update version strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyeli committed Aug 16, 2024
1 parent 67bdc36 commit b92759d
Show file tree
Hide file tree
Showing 297 changed files with 1,892 additions and 1,521 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.12)

# Project Version
project(SuperLU C)
set(VERSION_MAJOR "6")
set(VERSION_MAJOR "7")
set(VERSION_MINOR "0")
set(VERSION_BugFix "1")
set(VERSION_BugFix "0")
set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BugFix})

# Compatiblitly to xSDK standard
Expand Down
17 changes: 11 additions & 6 deletions DOC/html/EXAMPLE_2sp__ienv_8c.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions DOC/html/SRC_2sp__ienv_8c.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DOC/html/annotated.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DOC/html/ccolumn__bmod_8c.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DOC/html/ccolumn__dfs_8c.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DOC/html/ccopy__to__ucol_8c.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions DOC/html/cdiagonal_8c.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b92759d

Please sign in to comment.