From a4d04499bc1919580065bd6714b978875aa08dd3 Mon Sep 17 00:00:00 2001 From: zhuzihcu Date: Mon, 12 Jun 2023 18:03:25 +0800 Subject: [PATCH] update --- example/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 9f281c6e..37e3306d 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 2892c168..e8065ca9 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)