Skip to content

Commit

Permalink
Prepare for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Sep 9, 2024
1 parent 1c25193 commit 020d947
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ on:
branches:
- master
- kdreports-2.2
- kdreports-2.3
pull_request:
branches:
- master
- kdreports-2.2
- kdreports-2.3

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ project(
)

set(${PROJECT_NAME}_VERSION_MAJOR 2)
set(${PROJECT_NAME}_VERSION_MINOR 2)
set(${PROJECT_NAME}_VERSION_PATCH 1)
set(${PROJECT_NAME}_VERSION_MINOR 3)
set(${PROJECT_NAME}_VERSION_PATCH 0)
set(${PROJECT_NAME}_VERSION
${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}
)
Expand Down
2 changes: 1 addition & 1 deletion conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class KdReportsConan(ConanFile):
name = "kdreports"
version = "2.2.1"
version = "2.3.0"
license = ("https://raw.githubusercontent.com/KDAB/KDReports/master/LICENSES/MIT.txt")
author = "Klaralvdalens Datakonsult AB (KDAB) [email protected]"
url = "https://github.com/KDAB/KDReports.git"
Expand Down

0 comments on commit 020d947

Please sign in to comment.