From b3cb4aa1dca1defa5b014d476cc4b42e2a93c026 Mon Sep 17 00:00:00 2001 From: 3DSGuy <3dsguy.dev@gmail.com> Date: Tue, 28 Apr 2020 21:17:22 +0800 Subject: [PATCH] Add version text to CTRTool. --- ctrtool/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrtool/main.c b/ctrtool/main.c index 3c94958..1cbc04b 100644 --- a/ctrtool/main.c +++ b/ctrtool/main.c @@ -38,7 +38,7 @@ typedef struct static void usage(const char *argv0) { fprintf(stderr, - "CTRTOOL (c) neimod, 3DSGuy.\n" + "CTRTOOL v0.7 (c) neimod, 3DSGuy.\n" "Built: %s %s\n" "\n" "Usage: %s [options...] \n"