diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3f22988..140db14 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,0,0) +add_definitions(-DVERSION=1,3,1,0) find_package(Qt6 REQUIRED COMPONENTS Core Quick Qml ShaderTools)