Skip to content

Commit

Permalink
Merge pull request #554 from ghutchis/bump-version-1-100
Browse files Browse the repository at this point in the history
Bump build to 1.100.0 for release
  • Loading branch information
ghutchis authored Jan 21, 2025
2 parents 3ff7ddb + 8dff4bf commit 2addc17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 "99")
set(AvogadroApp_VERSION_MINOR "100")
set(AvogadroApp_VERSION_PATCH "0")
set(AvogadroApp_VERSION
"${AvogadroApp_VERSION_MAJOR}.${AvogadroApp_VERSION_MINOR}.${AvogadroApp_VERSION_PATCH}")
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ patches for widely used long-term-support OS.

| Version | Supported |
| ------- | ------------------ |
| 1.100.x | :white_check_mark: |
| 1.99.x | :white_check_mark: |
| 1.98.x | :white_check_mark: |
| < 1.98 | :x: |
| < 1.99 | :x: |

## Reporting a Vulnerability

Expand Down

1 comment on commit 2addc17

@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.