diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-09-19 13:33:28 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-09-19 13:33:28 +1200 |
commit | c358778bf6f1a5b7d53a07b88599513395e80ad6 (patch) | |
tree | e51a435cd79caea438e43cb5e8d2e395572ee833 /arm9/source | |
parent | bb1aa5958d1b67707dcf0f6b08bfaf0b408bd46e (diff) | |
download | bedrock-nds-c358778bf6f1a5b7d53a07b88599513395e80ad6.zip |
Diffstat (limited to 'arm9/source')
-rw-r--r-- | arm9/source/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/source/main.c b/arm9/source/main.c index 9dc612c..2e33748 100644 --- a/arm9/source/main.c +++ b/arm9/source/main.c @@ -2,7 +2,7 @@ #include "config.h" -char *system_name = "bedrock-nds/0.1.0"; +char *system_name = "bedrock-nds/1.0.0"; char *system_authors = "Ben Bridle"; // Reserve memory for all Bedrock instances up front. |