update version

This commit is contained in:
zhuzihcu
2023-06-08 17:16:08 +08:00
parent 2cfd5b3ab2
commit 021745c366
2 changed files with 2 additions and 2 deletions

View File

@ -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)