Skip to content

Commit

Permalink
build: create minor release 5.27.0
Browse files Browse the repository at this point in the history
Update changelog and raise CMake project version to 5.27.0.
  • Loading branch information
romangg committed Feb 17, 2023
1 parent 65148e6 commit 9a4e585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
All notable changes to KDisplay will be documented in this file.
## [5.27.0](https://gitlab.com/kwinft/kdisplay/compare/[email protected]@5.27.0) (2023-02-17)

## [5.27.0-beta.0](https://gitlab.com/kwinft/kdisplay/compare/[email protected]@5.27.0-beta.0) (2023-02-16)

## [5.26.0](https://gitlab.com/kwinft/kdisplay/compare/[email protected]@5.26.0) (2022-10-11)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)

project(KDisplay)
set(PROJECT_VERSION "5.26.90")
set(PROJECT_VERSION "5.27.0")
set(KDISPLAY_VERSION ${PROJECT_VERSION})

add_definitions("-DKDISPLAY_VERSION=\"${KDISPLAY_VERSION}\"")
Expand Down

0 comments on commit 9a4e585

Please sign in to comment.