finalize/source/main.c: bump REQUIRED_VERSION and application version

This commit is contained in:
Ian Burgwin
2020-01-24 04:43:58 -08:00
parent 39fb56ac79
commit e6bed5b77b

View File

@@ -6,7 +6,7 @@
#include "basetik_bin.h" #include "basetik_bin.h"
#define CIFINISH_PATH "/cifinish.bin" #define CIFINISH_PATH "/cifinish.bin"
#define REQUIRED_VERSION 2 #define REQUIRED_VERSION 3
// 0x10 // 0x10
struct finish_db_header { struct finish_db_header {
@@ -157,7 +157,7 @@ int main(int argc, char* argv[])
gfxInitDefault(); gfxInitDefault();
consoleInit(GFX_TOP, NULL); consoleInit(GFX_TOP, NULL);
puts("custom-install-finalize v1.1"); puts("custom-install-finalize v1.2");
finalize_install(); finalize_install();
puts("\nPress START or B to exit."); puts("\nPress START or B to exit.");