Skip to content

Commit

Permalink
Pre-release changes (#286)
Browse files Browse the repository at this point in the history
* Pre-release changes

* Fixed version in `CHANGELOG`
  • Loading branch information
tsujan committed Nov 5, 2022
1 parent 3909ad1 commit a7728e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libqtxdg-3.10.0 / 2022-11-05
============================
* Invalidate GTK icon cache as soon as icons are installed.
* Follow `freedesktop.org` in adding dirs under `DefaultDirectoryDirs`.

libqtxdg-3.9.1 / 2022-05-08
===========================
* Separated `qtxdg-mat` and made installation of config files optional (to prepare for Qt6).
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ option(QTXDG_INSTALL_DEFAPPS_CONFIG "Install default app config files" ON)
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 1)
set(QTXDG_MINOR_VERSION 10)
set(QTXDG_PATCH_VERSION 0)
set(QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.11.0")
set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(QT_MINIMUM_VERSION "5.15.0")
set(GLIB_MINIMUM_VERSION "2.41.0") # Mime Apps new implementation

Expand Down

0 comments on commit a7728e2

Please sign in to comment.