Bump CTRTool version to v1.2.1 for release
Some checks are pending
Compile CTRTool (on master branch) / Compile ${{ matrix.prog }} for ${{ matrix.dist }} (arm64, macos_arm64, macos-latest, ctrtool) (push) Waiting to run
Compile CTRTool (on master branch) / Compile ${{ matrix.prog }} for ${{ matrix.dist }} (x86_64, macos_x86_64, macos-latest, ctrtool) (push) Waiting to run
Compile CTRTool (on master branch) / Compile ${{ matrix.prog }} for ${{ matrix.dist }} (x86_64, ubuntu_x86_64, ubuntu-latest, ctrtool) (push) Waiting to run
Compile CTRTool (on master branch) / Compile ${{ matrix.prog }} for ${{ matrix.dist }} (Release, Release, win_x86, windows-latest, x86, ctrtool) (push) Waiting to run
Compile CTRTool (on master branch) / Compile ${{ matrix.prog }} for ${{ matrix.dist }} (x64\Release, Release, win_x64, windows-latest, x64, ctrtool) (push) Waiting to run
Compile MakeROM (on master branch) / Compile ${{ matrix.prog }} for ${{ matrix.dist }} (arm64, macos_arm64, macos-latest, makerom) (push) Waiting to run
Compile MakeROM (on master branch) / Compile ${{ matrix.prog }} for ${{ matrix.dist }} (x86_64, .exe, win_x86_64, windows-latest, makerom) (push) Waiting to run
Compile MakeROM (on master branch) / Compile ${{ matrix.prog }} for ${{ matrix.dist }} (x86_64, macos_x86_64, macos-latest, makerom) (push) Waiting to run
Compile MakeROM (on master branch) / Compile ${{ matrix.prog }} for ${{ matrix.dist }} (x86_64, ubuntu_x86_64, ubuntu-latest, makerom) (push) Waiting to run

This commit is contained in:
Jack 2024-12-28 23:51:22 +08:00
parent 35aa9ffe2d
commit 06ac1b8096

View File

@ -3,5 +3,5 @@
#define BIN_NAME "ctrtool"
#define VER_MAJOR 1
#define VER_MINOR 2
#define VER_PATCH 0
#define VER_PATCH 1
#define AUTHORS "jakcron"