Skip to content

Commit 47c5a7f

Browse files
authored
Bump version to Blair Delta 9.0.3, and fix a typo. (HarbourMasters#5687)
1 parent 37fb25d commit 47c5a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_C_STANDARD 17 CACHE STRING "The C standard to use")
66

77
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
88

9-
project(Ship VERSION 9.0.2 LANGUAGES C CXX)
9+
project(Ship VERSION 9.0.3 LANGUAGES C CXX)
1010
include(CMake/soh-cvars.cmake)
1111
include(CMake/lus-cvars.cmake)
1212

soh/soh/SohGui/SohMenuEnhancements.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ void SohMenu::AddMenuEnhancements() {
272272
info.options->disabled =
273273
IS_RANDO && OTRGlobals::Instance->gRandoContext->GetOption(RSK_JABU_OPEN).Is(RO_JABU_OPEN);
274274
info.options->disabledTooltip =
275-
"This setting is disabled because a randomizer savefile with \"Jabu-Jaby: Open\" is loaded.";
275+
"This setting is disabled because a randomizer savefile with \"Jabu-Jabu: Open\" is loaded.";
276276
})
277277
.Options(CheckboxOptions().Tooltip("Allow Link to enter Jabu-Jabu without feeding him a fish."));
278278

0 commit comments

Comments
 (0)