diff --git a/src/boot/build.c b/src/boot/build.c index ee6de4e7a5..91585b4ebe 100644 --- a/src/boot/build.c +++ b/src/boot/build.c @@ -1,3 +1,10 @@ const char gBuildTeam[] = "zelda@srd022j"; + +// TODO: Use per-version preprocessor defines +#if OOT_DEBUG // gc-eu-mq-dbg const char gBuildDate[] = "03-02-21 00:16:31"; +#else // gc-eu-mq +const char gBuildDate[] = "03-02-21 20:37:19"; +#endif + const char gBuildMakeOption[] = "";