Skip to content

Commit

Permalink
Merge pull request #1610 from ghutchis/bump-version-199
Browse files Browse the repository at this point in the history
Bump build to 1.99.0 for release
  • Loading branch information
ghutchis authored Feb 10, 2024
2 parents 71d9057 + 024e386 commit dfbd6f6
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 @@ -22,8 +22,8 @@ include(DetermineVersion)

# Set up our version.
set(AvogadroLibs_VERSION_MAJOR "1")
set(AvogadroLibs_VERSION_MINOR "98")
set(AvogadroLibs_VERSION_PATCH "1")
set(AvogadroLibs_VERSION_MINOR "99")
set(AvogadroLibs_VERSION_PATCH "0")
set(AvogadroLibs_VERSION
"${AvogadroLibs_VERSION_MAJOR}.${AvogadroLibs_VERSION_MINOR}.${AvogadroLibs_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.

0 comments on commit dfbd6f6

Please sign in to comment.