diff --git a/arm9/source/main.c b/arm9/source/main.c index 0d52950..50526e0 100644 --- a/arm9/source/main.c +++ b/arm9/source/main.c @@ -344,7 +344,7 @@ int main(int argc, char **argv) consoleInit(&bottomScreen, 3,BgType_Text4bpp, BgSize_T_256x256, 31, 0, false, true); consoleSelect(&topScreen); - printf(" NDS B+F dumper 1.3.1\n"); + printf(" NDS B+F dumper 1.4.0\n"); printf("=------------------=\n"); if(!fatInitDefault()) {