summaryrefslogtreecommitdiff
path: root/soh/src/boot
diff options
context:
space:
mode:
authorKenix3 <kenixwhisperwind@gmail.com>2022-08-04 17:35:49 -0400
committerGitHub <noreply@github.com>2022-08-04 17:35:49 -0400
commitd397c1d8718f64e25e438e2348d9c4b71b749af1 (patch)
tree7f1b06d86a63ad70d4e2f327b3d58fd47fbed416 /soh/src/boot
parentfacd1723f83f0948ec4a8d0006ffa5ea2f545479 (diff)
Increment version3.0.1
Diffstat (limited to 'soh/src/boot')
-rw-r--r--soh/src/boot/build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/boot/build.c b/soh/src/boot/build.c
index 84a73076d..5fb08f18a 100644
--- a/soh/src/boot/build.c
+++ b/soh/src/boot/build.c
@@ -1,4 +1,4 @@
-const char gBuildVersion[] = "RACHAEL ALFA (3.0.0)";
+const char gBuildVersion[] = "RACHAEL BRAVO (3.0.1)";
const char gBuildTeam[] = "github.com/harbourmasters";
const char gBuildDate[] = __DATE__ " " __TIME__;
const char gBuildMakeOption[] = "";