Skip to content

Commit

Permalink
build: create release 6.1.0
Browse files Browse the repository at this point in the history
Update changelog and raise CMake project version to 6.1.0.
  • Loading branch information
romangg committed Jun 19, 2024
1 parent 8d2c0ad commit 4abb0a2
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.
## [6.1.0](https://github.com/winft/kdisplay/compare/v6.0.0...v6.1.0) (2024-06-19)

## [6.0.0](https://github.com/winft/kdisplay/compare/[email protected]) (2024-02-27)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project(KDisplay VERSION 6.0.0)
project(KDisplay VERSION 6.1.0)

add_definitions("-DKDISPLAY_VERSION=\"${PROJECT_VERSION}\"")

Expand Down

0 comments on commit 4abb0a2

Please sign in to comment.