diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 5ca5382..2d992d3 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,0,0) +add_definitions(-DVERSION=1,3,1,0) find_package(Qt6 REQUIRED COMPONENTS Quick REQUIRED)