Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 9c08c69

Browse files
committed
bump version to 2.3.4
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
1 parent 1cf5a53 commit 9c08c69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
cmake_minimum_required(VERSION 3.20)
2626

2727
project(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

qmake/inc/core/framelesshelper.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
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

0 commit comments

Comments
 (0)