Skip to content

Commit

Permalink
v3.0.0-alpha1, port to GTK4
Browse files Browse the repository at this point in the history
This fixes #123
  • Loading branch information
paolostivanin committed Mar 25, 2021
1 parent f95a9a5 commit 79e2c30
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(OTPClient VERSION "2.99.0" LANGUAGES "C")
project(OTPClient VERSION "2.99.1" LANGUAGES "C")

configure_file("src/common/version.h.in" "version.h")
include_directories(${PROJECT_BINARY_DIR})
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The following list describes whether a version is eligible or not for security u

| Version | Supported | EOL |
| ------- | ------------------ |------|
| 2.4.x | :heavy_check_mark: | TBD |
| 2.3.x | :heavy_check_mark: | 28-Feb-2021 |
| 2.4.x | :heavy_check_mark: | 3.0.0 + 1 year |
| 2.3.x | :x: | 28-Feb-2021 |
| 2.2.x | :x: | 27-May-2020 |
| 2.1.x | :x: | 20-Apr-2020 |
| 2.0.x | :x: | 08-Mar-2020 |
Expand Down

0 comments on commit 79e2c30

Please sign in to comment.