From 973ec52b2a90ed46970a0d4dd88985306963c6a4 Mon Sep 17 00:00:00 2001 From: briaguya Date: Fri, 30 Sep 2022 01:07:41 -0400 Subject: [PATCH] chore: increment version to bravo --- CMakeLists.txt | 2 +- soh/macosx/Info.plist | 6 +++--- soh/src/boot/build.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 536bb4d25..436872372 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(Ship C CXX) set(PROJECT_VERSION_MAJOR "4") set(PROJECT_VERSION_MINOR "0") -set(PROJECT_VERSION_PATCH "0") +set(PROJECT_VERSION_PATCH "1") set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh) add_compile_options($<$:/MP>) diff --git a/soh/macosx/Info.plist b/soh/macosx/Info.plist index 96a23c83d..800d42eeb 100644 --- a/soh/macosx/Info.plist +++ b/soh/macosx/Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable soh CFBundleGetInfoString - 4.0.0 + 4.0.1 CFBundleIconFile soh.icns CFBundleIdentifier @@ -22,11 +22,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.0.0 + 4.0.1 CFBundleSignature ZOoT CFBundleVersion - 4.0.0 + 4.0.1 NSHumanReadableCopyright Copyright 2022 HarbourMasters. LSMinimumSystemVersion diff --git a/soh/src/boot/build.c b/soh/src/boot/build.c index f4cb1c21b..0fb6d64ad 100644 --- a/soh/src/boot/build.c +++ b/soh/src/boot/build.c @@ -1,4 +1,4 @@ -const char gBuildVersion[] = "ZHORA ALFA (4.0.0)"; +const char gBuildVersion[] = "ZHORA BRAVO (4.0.1)"; const char gBuildTeam[] = "github.com/harbourmasters"; const char gBuildDate[] = __DATE__ " " __TIME__; const char gBuildMakeOption[] = "";