summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalkierian <malkierian@gmail.com>2025-07-21 14:31:48 -0700
committerGitHub <noreply@github.com>2025-07-21 14:31:48 -0700
commit47c5a7f30841045c833bbf4712d8c85ffd6f0000 (patch)
tree3c8215ec477e862bdaeabf91263e1b15d137b80f
parent37fb25d2b337cc65e0cc0174f1daf40065efdf7a (diff)
Bump version to Blair Delta 9.0.3, and fix a typo. (#5687)
-rw-r--r--CMakeLists.txt2
-rw-r--r--soh/soh/SohGui/SohMenuEnhancements.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b9a5afe4c..39cad6d8f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_C_STANDARD 17 CACHE STRING "The C standard to use")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
-project(Ship VERSION 9.0.2 LANGUAGES C CXX)
+project(Ship VERSION 9.0.3 LANGUAGES C CXX)
include(CMake/soh-cvars.cmake)
include(CMake/lus-cvars.cmake)
diff --git a/soh/soh/SohGui/SohMenuEnhancements.cpp b/soh/soh/SohGui/SohMenuEnhancements.cpp
index c08e9c7ba..41cbbd904 100644
--- a/soh/soh/SohGui/SohMenuEnhancements.cpp
+++ b/soh/soh/SohGui/SohMenuEnhancements.cpp
@@ -272,7 +272,7 @@ void SohMenu::AddMenuEnhancements() {
info.options->disabled =
IS_RANDO && OTRGlobals::Instance->gRandoContext->GetOption(RSK_JABU_OPEN).Is(RO_JABU_OPEN);
info.options->disabledTooltip =
- "This setting is disabled because a randomizer savefile with \"Jabu-Jaby: Open\" is loaded.";
+ "This setting is disabled because a randomizer savefile with \"Jabu-Jabu: Open\" is loaded.";
})
.Options(CheckboxOptions().Tooltip("Allow Link to enter Jabu-Jabu without feeding him a fish."));