Skip to content

Commit

Permalink
Prerelease changes (#281)
Browse files Browse the repository at this point in the history
The release note will be as follows:

For making it possible to have Qt5 and Qt6 installations of `libqtxdg` alongside each other in near future, two changes are made to this point release of `libqtxdg`:

 1. `qtxdg-mat` has been separated from `libqtxdg` and put into `qtxdg-tools`.
 2. The installation of config files has been made optional.
  • Loading branch information
tsujan authored May 8, 2022
1 parent b2866bb commit a0b7e97
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 @@
libqtxdg-3.9.1 / 2022-05-08
===========================
* Separated `qtxdg-mat` and made installation of config files optional (to prepare for Qt6).

libqtxdg-3.9.0 / 2022-04-15
===========================
* Improved email client command line handling in qtxdg-mat.
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 3)
set(QTXDG_MINOR_VERSION 9)
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 "0.11.0")
Expand Down

0 comments on commit a0b7e97

Please sign in to comment.