Skip to content

Commit

Permalink
Prerelease changes (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Oct 12, 2024
1 parent 91ed8fd commit 288698d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libqtxdg-4.0.1 / 2024-10-12
============================
* Added `plasma-applications.menu` to the fallback menu files.
* Fixed compilation with Qt ≥ 6.8.

libqtxdg-4.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 @@ -15,7 +15,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CMAKE_CURRENT_SOURCE_DIR}/cmake"

set(QTXDG_MAJOR_VERSION 4)
set(QTXDG_MINOR_VERSION 0)
set(QTXDG_PATCH_VERSION 0)
set(QTXDG_PATCH_VERSION 1)
set(QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "2.0.0")
Expand Down

0 comments on commit 288698d

Please sign in to comment.