This commit is contained in:
恍兮惚兮 2024-11-15 10:57:41 +08:00
parent c055b23acd
commit db91de96ea
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ jobs:
with:
tag_name: ${{ needs.loadversion.outputs.version }}
files: |
build/LunaTranslator_x86_winxp/LunaTranslator_x86_winxp.zip
build/LunaTranslator_x86/LunaTranslator_x86.zip
build/LunaTranslator/LunaTranslator.zip
env:

View File

@ -1,6 +1,6 @@
set(VERSION_MAJOR 6)
set(VERSION_MINOR 1)
set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(VERSION_REVISION 0)
add_definitions(-DVERSION_MAJOR=${VERSION_MAJOR})