diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5964255..86ad272 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: name: Build strategy: matrix: - qt-version: [5.15.2, 6.4.2] + qt-version: [5.15.2, 6.5.0] library-type: [shared, static] platform: [windows-latest, ubuntu-latest, macos-latest] include: diff --git a/CMakeLists.txt b/CMakeLists.txt index aa262ae..9762b00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.20) project(FramelessHelper - VERSION "2.3.5" + VERSION "2.3.6" DESCRIPTION "Cross-platform window customization framework for Qt Widgets and Qt Quick." HOMEPAGE_URL "https://github.com/wangwenx190/framelesshelper/" ) diff --git a/qmake/inc/core/framelesshelper.version b/qmake/inc/core/framelesshelper.version index a21e79b..5f9d893 100644 --- a/qmake/inc/core/framelesshelper.version +++ b/qmake/inc/core/framelesshelper.version @@ -35,9 +35,9 @@ [[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_MAJOR = 2; [[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_MINOR = 3; -[[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_PATCH = 5; +[[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_PATCH = 6; //[[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_TWEAK = 0; -[[maybe_unused]] inline constexpr const char FRAMELESSHELPER_VERSION_STR[] = "2.3.5"; +[[maybe_unused]] inline constexpr const char FRAMELESSHELPER_VERSION_STR[] = "2.3.6"; [[maybe_unused]] inline constexpr const char FRAMELESSHELPER_COMMIT_STR[] = "UNKNOWN"; [[maybe_unused]] inline constexpr const char FRAMELESSHELPER_COMPILE_DATETIME_STR[] = "UNKNOWN";