diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 9f281c6..37e3306 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,1) +add_definitions(-DVERSION=1,3,3,0) find_package(Qt6 REQUIRED COMPONENTS Quick REQUIRED) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2892c16..e8065ca 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,1) +add_definitions(-DVERSION=1,3,3,0) find_package(Qt6 REQUIRED COMPONENTS Core Quick Qml ShaderTools)