Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
2.1.1 won't be released
  • Loading branch information
iamsergio committed Dec 15, 2024
1 parent 028f8a6 commit 12f28c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ project(
)

set(KDDockWidgets_VERSION_MAJOR 2)
set(KDDockWidgets_VERSION_MINOR 1)
set(KDDockWidgets_VERSION_PATCH 1)
set(KDDockWidgets_VERSION_MINOR 2)
set(KDDockWidgets_VERSION_PATCH 0)
set(KDDockWidgets_VERSION ${KDDockWidgets_VERSION_MAJOR}.${KDDockWidgets_VERSION_MINOR}.${KDDockWidgets_VERSION_PATCH})
set(PROJECT_VERSION ${KDDockWidgets_VERSION}) # PROJECT_VERSION is needed by some ECM modules
set(KDDockWidgets_SOVERSION "2.1")
set(KDDockWidgets_SOVERSION "2.2")

include(FeatureSummary)

Expand Down

0 comments on commit 12f28c1

Please sign in to comment.