diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2022-09-08 19:08:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-08 19:08:22 -0400 |
| commit | 3223331e76d9852b1277a0cf16123dc33b199c29 (patch) | |
| tree | bc4388eea095f5c67b2eb74a2b6c1be2e42b68eb | |
| parent | b85ac715ebf1c14760a873d9396a0bf157d9ebe0 (diff) | |
Increment version
| -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 5fb08f18a..36520d4a6 100644 --- a/soh/src/boot/build.c +++ b/soh/src/boot/build.c @@ -1,4 +1,4 @@ -const char gBuildVersion[] = "RACHAEL BRAVO (3.0.1)"; +const char gBuildVersion[] = "RACHAEL CHARLIE (3.0.2)"; const char gBuildTeam[] = "github.com/harbourmasters"; const char gBuildDate[] = __DATE__ " " __TIME__; const char gBuildMakeOption[] = ""; |
