From 4a0269b3b1b9fb5aafce1c72aea8563a94f6f27b Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Thu, 8 Sep 2022 19:10:03 -0400 Subject: [PATCH] Increment version --- soh/src/boot/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/src/boot/build.c b/soh/src/boot/build.c index f6b3a151f..f4cb1c21b 100644 --- a/soh/src/boot/build.c +++ b/soh/src/boot/build.c @@ -1,4 +1,4 @@ -const char gBuildVersion[] = "ZHORA ALFA (3.1.0)"; +const char gBuildVersion[] = "ZHORA ALFA (4.0.0)"; const char gBuildTeam[] = "github.com/harbourmasters"; const char gBuildDate[] = __DATE__ " " __TIME__; const char gBuildMakeOption[] = "";