This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525cmake_minimum_required (VERSION 3.20)
2626
2727project (FramelessHelper
28- VERSION 2.4.0 .0
28+ VERSION 2.3.4 .0
2929 DESCRIPTION "Cross-platform window customization framework for Qt Widgets and Qt Quick."
3030 HOMEPAGE_URL "https://github.com/wangwenx190/framelesshelper/"
3131 LANGUAGES CXX
Original file line number Diff line number Diff line change 3434#pragma once
3535
3636[[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_MAJOR = 2;
37- [[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_MINOR = 4 ;
38- [[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_PATCH = 0 ;
37+ [[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_MINOR = 3 ;
38+ [[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_PATCH = 4 ;
3939[[maybe_unused]] inline constexpr const int FRAMELESSHELPER_VERSION_TWEAK = 0;
40- [[maybe_unused]] inline constexpr const char FRAMELESSHELPER_VERSION_STR[] = "2.4.0 .0\0";
40+ [[maybe_unused]] inline constexpr const char FRAMELESSHELPER_VERSION_STR[] = "2.3.4 .0\0";
4141[[maybe_unused]] inline constexpr const char FRAMELESSHELPER_COMMIT_STR[] = "UNKNOWN\0";
4242[[maybe_unused]] inline constexpr const char FRAMELESSHELPER_COMPILE_DATETIME_STR[] = "UNKNOWN\0";
4343
You can’t perform that action at this time.
0 commit comments