Skip to content

Commit

Permalink
update version number to 5.3.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyeli committed Sep 30, 2021
1 parent 0e08344 commit e8ed452
Show file tree
Hide file tree
Showing 253 changed files with 23,002 additions and 14,953 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ cmake_minimum_required(VERSION 2.8.12)
# Project Version
project(SuperLU NONE)
set(VERSION_MAJOR "5")
set(VERSION_MINOR "2")
set(VERSION_BugFix "2")
set(VERSION_MINOR "3")
set(VERSION_BugFix "0")
set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BugFix})

######################################################################
Expand Down
70 changes: 33 additions & 37 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.

84 changes: 40 additions & 44 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.

Loading

0 comments on commit e8ed452

Please sign in to comment.