diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 4315785d..1eac8d36 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -19,7 +19,7 @@ endif() file(TO_CMAKE_PATH "/" PATH_SEPARATOR) #设置版本号 -add_definitions(-DVERSION=1,3,7,2) +add_definitions(-DVERSION=1,3,7,3) find_package(Qt6 REQUIRED COMPONENTS Quick) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7aea0814..85e38f70 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,7 +12,7 @@ endif() set(QML_PLUGIN_DIRECTORY ${CMAKE_PREFIX_PATH}/qml/FluentUI) #设置版本号 -add_definitions(-DVERSION=1,3,7,2) +add_definitions(-DVERSION=1,3,7,3) find_package(Qt6 REQUIRED COMPONENTS Core Quick Qml)