Skip to content

Commit

Permalink
Merge pull request #421 from ghutchis/v198-cmake
Browse files Browse the repository at this point in the history
Update for pending 1.98 release
  • Loading branch information
ghutchis authored Oct 26, 2023
2 parents 41654e7 + f153d62 commit 94cd748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ include(DetermineVersion)

# Set up our version.
set(AvogadroApp_VERSION_MAJOR "1")
set(AvogadroApp_VERSION_MINOR "97")
set(AvogadroApp_VERSION_MINOR "98")
set(AvogadroApp_VERSION_PATCH "0")
set(AvogadroApp_VERSION
"${AvogadroApp_VERSION_MAJOR}.${AvogadroApp_VERSION_MINOR}.${AvogadroApp_VERSION_PATCH}")
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ patches for widely used long-term-support OS.

| Version | Supported |
| ------- | ------------------ |
| 1.98.x | :white_check_mark: |
| 1.97.x | :white_check_mark: |
| < 1.97 | :x: |

Expand Down

1 comment on commit 94cd748

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: clang-format-diff detected formatting issues. See the artifact for a patch or run clang-format on your branch.

Please sign in to comment.