Skip to content

Commit

Permalink
build: create minor release 5.25.0
Browse files Browse the repository at this point in the history
Update changelog and raise CMake project version to 5.25.0.
  • Loading branch information
romangg committed Jun 14, 2022
1 parent 771b59a commit 125fc0b
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.25.0](https://gitlab.com/kwinft/kdisplay/compare/[email protected]@5.25.0) (2022-06-14)

## [5.25.0-beta.0](https://gitlab.com/kwinft/kdisplay/compare/[email protected]@5.25.0-beta.0) (2022-06-12)


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.24.90")
set(PROJECT_VERSION "5.25.0")
set(KDISPLAY_VERSION ${PROJECT_VERSION})

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

0 comments on commit 125fc0b

Please sign in to comment.