Skip to content

Commit

Permalink
Merge pull request #7 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Apr 15, 2023
2 parents 8bf7a47 + 3eedaab commit 873c2bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.11.0 / 2023-04-15
===============================
* Updated for libqtxdg-3.11.

qtxdg-tools-3.10.0 / 2022-11-05
===============================
* Updated for libqtxdg-3.10.
Expand Down
6 changes: 3 additions & 3 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 10)
set(QTXDG_TOOLS_MINOR_VERSION 11)
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.12.0")
set(QTXDG_MINIMUM_VERSION "3.10.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(QTXDG_MINIMUM_VERSION "3.11.0")
set(QT_MINIMUM_VERSION "5.15.0")

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

0 comments on commit 873c2bc

Please sign in to comment.