Skip to content

Commit

Permalink
Merge pull request #8 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Nov 5, 2023
2 parents 873c2bc + 79b890f commit bff8e86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
qtxdg-tools-3.12.0 / 2023-11-05
===============================
* Bumped the version.

qtxdg-tools-3.11.0 / 2023-04-15
===============================
* Updated for libqtxdg-3.11.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
project(qtxdg-tools)

set(QTXDG_TOOLS_MAJOR_VERSION 3)
set(QTXDG_TOOLS_MINOR_VERSION 11)
set(QTXDG_TOOLS_MINOR_VERSION 12)
set(QTXDG_TOOLS_PATCH_VERSION 0)
set(QTXDG_TOOLS_VERSION_STRING ${QTXDG_TOOLS_MAJOR_VERSION}.${QTXDG_TOOLS_MINOR_VERSION}.${QTXDG_TOOLS_PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(QTXDG_MINIMUM_VERSION "3.11.0")
set(QTXDG_MINIMUM_VERSION "3.12.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit bff8e86

Please sign in to comment.