diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-07-20 23:29:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-20 14:29:48 -0700 |
| commit | 9cb07c495cfda1c667ed865208e90d1144f4e9a2 (patch) | |
| tree | b7c9ed7ce96f795d124356b9e83e75bafff6e39a /src/boot | |
| parent | 1b6c90ae6bc1e09d6472c5b701b07ce233e7f424 (diff) | |
version OK (#202)
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/version.c | 7 |
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__[] = ""; |
