Skip to content

Commit

Permalink
Pre-release changes (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Nov 5, 2023
1 parent fb5ef48 commit e31ae3b
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.12.0 / 2023-11-05
============================
* Fixed a typo and bumped the version.

libqtxdg-3.11.0 / 2023-04-15
============================
* Fixed file association with symlink desktop entries.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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 11)
set(QTXDG_MINOR_VERSION 12)
set(QTXDG_PATCH_VERSION 0)
set(QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})

Expand Down

0 comments on commit e31ae3b

Please sign in to comment.