summaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-07-20 23:29:48 +0200
committerGitHub <noreply@github.com>2024-07-20 14:29:48 -0700
commit9cb07c495cfda1c667ed865208e90d1144f4e9a2 (patch)
treeb7c9ed7ce96f795d124356b9e83e75bafff6e39a /src/boot
parent1b6c90ae6bc1e09d6472c5b701b07ce233e7f424 (diff)
version OK (#202)
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/version.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boot/version.c b/src/boot/version.c
new file mode 100644
index 0000000..f9c2cd9
--- /dev/null
+++ b/src/boot/version.c
@@ -0,0 +1,7 @@
+#include "version.h"
+
+const char __Creator__[] = "forest@srd038J.srd.nintendo.co.jp";
+
+const char __DateTime__[] = "01-02-14 16:37:16";
+
+const char __MakeOption__[] = "";