Skip to content

Commit dfbd6f6

Browse files
authored
Merge pull request #1610 from ghutchis/bump-version-199
Bump build to 1.99.0 for release
2 parents 71d9057 + 024e386 commit dfbd6f6

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ include(DetermineVersion)
2222

2323
# Set up our version.
2424
set(AvogadroLibs_VERSION_MAJOR "1")
25-
set(AvogadroLibs_VERSION_MINOR "98")
26-
set(AvogadroLibs_VERSION_PATCH "1")
25+
set(AvogadroLibs_VERSION_MINOR "99")
26+
set(AvogadroLibs_VERSION_PATCH "0")
2727
set(AvogadroLibs_VERSION
2828
"${AvogadroLibs_VERSION_MAJOR}.${AvogadroLibs_VERSION_MINOR}.${AvogadroLibs_VERSION_PATCH}")
2929
find_package(Git)

SECURITY.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Security Policy
1+
# Security Policy
22

3-
## Supported Versions
3+
## Supported Versions
44

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

10-
| Version | Supported |
11-
| ------- | ------------------ |
10+
| Version | Supported |
11+
| ------- | ------------------ |
12+
| 1.99.x | :white_check_mark: |
1213
| 1.98.x | :white_check_mark: |
13-
| 1.97.x | :white_check_mark: |
14-
| < 1.97 | :x: |
14+
| < 1.98 | :x: |
1515

16-
## Reporting a Vulnerability
16+
## Reporting a Vulnerability
1717

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

0 commit comments

Comments
 (0)