diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2022-08-04 17:35:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 17:35:49 -0400 |
| commit | d397c1d8718f64e25e438e2348d9c4b71b749af1 (patch) | |
| tree | 7f1b06d86a63ad70d4e2f327b3d58fd47fbed416 /soh/src/boot/build.c | |
| parent | facd1723f83f0948ec4a8d0006ffa5ea2f545479 (diff) | |
Increment version3.0.1
Diffstat (limited to 'soh/src/boot/build.c')
| -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 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[] = ""; |
