summaryrefslogtreecommitdiff
path: root/soh/src/boot
diff options
context:
space:
mode:
authorMelonSpeedruns <melonspeedruns@outlook.com>2022-05-13 18:44:58 -0400
committerGitHub <noreply@github.com>2022-05-13 18:44:58 -0400
commit2b0af54f88d34aa088c89afecac2be9ade576da7 (patch)
tree1a65bf98b0ce05ae9838c7f4c46837f979cf27b1 /soh/src/boot
parent90f849dfcf58c32b001aa2c4691363bbad2d4dca (diff)
Readme stuff (#313)2.0.0
* Fixed Gyroscopy Settings & Drift * readme stuff
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 f60380467..94d142020 100644
--- a/soh/src/boot/build.c
+++ b/soh/src/boot/build.c
@@ -1,4 +1,4 @@
-const char gBuildVersion[] = "DECKARD ALFA (1.0.0)";
+const char gBuildVersion[] = "ROY ALFA (2.0.0)";
const char gBuildTeam[] = "github.com/harbourmasters";
const char gBuildDate[] = __DATE__ " " __TIME__;
const char gBuildMakeOption[] = "";