From 9a4e585dfa1324310ee9b96ea58173e84a815843 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Fri, 17 Feb 2023 16:40:13 +0100 Subject: [PATCH] build: create minor release 5.27.0 Update changelog and raise CMake project version to 5.27.0. --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12220c..82e639c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/kdisplay@5.27.0-beta.0...kdisplay@5.27.0) (2023-02-17) + ## [5.27.0-beta.0](https://gitlab.com/kwinft/kdisplay/compare/kdisplay@5.26.0-beta.0...kdisplay@5.27.0-beta.0) (2023-02-16) ## [5.26.0](https://gitlab.com/kwinft/kdisplay/compare/kdisplay@5.26.0-beta.0...kdisplay@5.26.0) (2022-10-11) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad7480c..46d5fab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}\"")