diff options
| author | MelonSpeedruns <melonspeedruns@outlook.com> | 2022-05-13 18:44:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-13 18:44:58 -0400 |
| commit | 2b0af54f88d34aa088c89afecac2be9ade576da7 (patch) | |
| tree | 1a65bf98b0ce05ae9838c7f4c46837f979cf27b1 /soh | |
| parent | 90f849dfcf58c32b001aa2c4691363bbad2d4dca (diff) | |
Readme stuff (#313)2.0.0
* Fixed Gyroscopy Settings & Drift
* readme stuff
Diffstat (limited to 'soh')
| -rw-r--r-- | soh/src/boot/build.c | 2 |
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[] = ""; |
