Skip to content

Commit

Permalink
Pre-release changes (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored May 4, 2024
1 parent 4069405 commit 1479107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lxqt-notificationd-2.0.1 / 2024-05-04
======================================
* Prevented a random crash on killing the process with Qt ≥ 6.7.

lxqt-notificationd-2.0.0 / 2024-04-17
======================================
* Ported to Qt6.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ find_package(LayerShellQt ${SHELLQT_MINIMUM_VERSION} REQUIRED)
message(STATUS "Building with Qt${Qt6Core_VERSION}")

# Patch Version
set(LXQT_NOTIFICATIOND_PATCH_VERSION 0)
set(LXQT_NOTIFICATIOND_PATCH_VERSION 1)

set(LXQT_NOTIFICATIOND_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_NOTIFICATIOND_PATCH_VERSION})
add_definitions(
Expand Down

0 comments on commit 1479107

Please sign in to comment.