This commit is contained in:
恍兮惚兮 2024-07-16 00:37:29 +08:00
parent 71362ac91a
commit b1a0cf2666
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ LunaTranslator/run37.bat
LunaTranslator/run3732.bat
LunaTranslator/run38.bat
LunaTranslator/run3832.bat
LunaTranslator/LunaTranslator/.vscode/settings.json

View File

@ -29,7 +29,7 @@ include(generate_product_version)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 13)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)
add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h)