Skip to content

Commit

Permalink
更新2025版本灯效CMakeList
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYuWuAi committed Dec 22, 2024
1 parent 008a655 commit 268b8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerRune24-Armour/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(COMPILE_MODE ${RELEASE_VERSION}) # 编译模式
string(TIMESTAMP COMPILE_TIME %y%m%d%H%M) # 生成编译时间
set(VERSION_MAJOR 1) # 一级版本号
set(VERSION_MINOR 0) # 二级版本号
set(VERSION_LEVEL3 4) # 三级版本号
set(VERSION_LEVEL3 5) # 三级版本号

# Debug模式(目标:上一个版本号+编译时间)
if(${COMPILE_MODE} MATCHES ${DEBUG_VERSION})
Expand Down

0 comments on commit 268b8bf

Please sign in to comment.