Skip to content

Commit

Permalink
Pre-release changes (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Apr 15, 2023
1 parent 3d68e7f commit f61ac0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libqtxdg-3.11.0 / 2023-04-15
============================
* Fixed file association with symlink desktop entries.
* Fixed typos.

libqtxdg-3.10.0 / 2022-11-05
============================
* Invalidate GTK icon cache as soon as icons are installed.
Expand Down
4 changes: 2 additions & 2 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 10)
set(QTXDG_MINOR_VERSION 11)
set(QTXDG_PATCH_VERSION 0)
set(QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(LXQTBT_MINIMUM_VERSION "0.13.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 f61ac0c

Please sign in to comment.