Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 "102")
set(AvogadroLibs_VERSION_PATCH "1")
set(AvogadroLibs_VERSION_MINOR "103")
set(AvogadroLibs_VERSION_PATCH "0")
set(AvogadroLibs_VERSION
"${AvogadroLibs_VERSION_MAJOR}.${AvogadroLibs_VERSION_MINOR}.${AvogadroLibs_VERSION_PATCH}")
find_package(Git)
Expand Down
9 changes: 5 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

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.
We will work with distributions (e.g., Ubuntu, FreeBSD, etc.) to provide security patches for widely used long-term-support OS.

After 2.0 is released, we will indicate particular releases for long-term-support, although we intend to keep to a frequent release schedule.

| Version | Supported |
| ------- | ------------------ |
| 1.103.x | :white_check_mark: |
| 1.102.x | :white_check_mark: |
| 1.101.x | :white_check_mark: |
| < 1.101 | :x: |
| < 1.102 | :x: |

## Reporting a Vulnerability

Expand Down
Loading