From cb8cb6b32caf0330603ee9ec7a708723eec3ae35 Mon Sep 17 00:00:00 2001 From: benoa Date: Fri, 25 May 2018 16:47:42 +0200 Subject: [PATCH] Add version. --- source/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 2274275..81d7b0f 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -13,6 +13,8 @@ #include "texture.hpp" #include "pngu.h" +#define VERSION "Create Cache 0.2" + extern "C" { extern void __exception_setreload(int t); } @@ -308,7 +310,7 @@ int main(int argc, char **argv) { while(!done) { printf("\x1b[2J"); - printf("\x1b[3;1HCreate Cache v0.1\n"); + printf("\x1b[3;1H%s\n", VERSION); printf("\x1b[5;1HThis homebrew creates .wfc files for WiiFlow. (plugins only!)\n"); printf("\x1b[6;1HScanning the boxcovers and converting them take a long time.\n");