diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0306b0e9..c6b41527 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/cpp/version.cmake b/cpp/version.cmake index c5262be4..0be527b1 100644 --- a/cpp/version.cmake +++ b/cpp/version.cmake @@ -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})