Skip to content

Commit

Permalink
Merge pull request #472 from ghutchis/bump-version-199
Browse files Browse the repository at this point in the history
Bump version for 1.99 release
  • Loading branch information
ghutchis authored Feb 10, 2024
2 parents 33effc3 + eeca3a9 commit 9c3a6b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ include(DetermineVersion)

# Set up our version.
set(AvogadroApp_VERSION_MAJOR "1")
set(AvogadroApp_VERSION_MINOR "98")
set(AvogadroApp_VERSION_PATCH "1")
set(AvogadroApp_VERSION_MINOR "99")
set(AvogadroApp_VERSION_PATCH "0")
set(AvogadroApp_VERSION
"${AvogadroApp_VERSION_MAJOR}.${AvogadroApp_VERSION_MINOR}.${AvogadroApp_VERSION_PATCH}")
find_package(Git)
Expand Down
26 changes: 13 additions & 13 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Security Policy
# Security Policy

## Supported Versions
## Supported Versions

At the moment, Avogadro2 is in beta release. As such, we can most easily support
security updates on the most recent release and current nightly snapshots.
We will work with distributions (e.g., Ubuntu, FreeBSD, etc.) to provide security
At the moment, Avogadro2 is in beta release. As such, we can most easily support
security updates on the most recent release and current nightly snapshots.
We will work with distributions (e.g., Ubuntu, FreeBSD, etc.) to provide security
patches for widely used long-term-support OS.

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

## Reporting a Vulnerability
## Reporting a Vulnerability

We currently support private security vulnerability reporting through our
[GitHub](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability)
pages. We will work to verify the security vulnerability within 14 days
We currently support private security vulnerability reporting through our
[GitHub](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability)
pages. We will work to verify the security vulnerability within 14 days
and a patch or new release within 30 days of reporting.

1 comment on commit 9c3a6b4

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