diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index c44ecafa..fc3fbe73 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -20,7 +20,7 @@ endif() file(TO_CMAKE_PATH "/" PATH_SEPARATOR) #设置版本号 -add_definitions(-DVERSION=1,3,2,0) +add_definitions(-DVERSION=1,3,2,1) find_package(Qt6 REQUIRED COMPONENTS Quick REQUIRED) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9bda9c8d..d929d876 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,7 +13,7 @@ endif() set(QML_PLUGIN_DIRECTORY ${CMAKE_PREFIX_PATH}/qml/FluentUI) #设置版本号 -add_definitions(-DVERSION=1,3,2,0) +add_definitions(-DVERSION=1,3,2,1) find_package(Qt6 REQUIRED COMPONENTS Core Quick Qml ShaderTools)