diff --git a/custominstall.py b/custominstall.py index bd5954e..06e938c 100644 --- a/custominstall.py +++ b/custominstall.py @@ -44,7 +44,7 @@ else: from os import statvfs -CI_VERSION = '2.1b4.dev1' +CI_VERSION = '2.1b4' # used to run the save3ds_fuse binary next to the script frozen = getattr(sys, 'frozen', False) diff --git a/finalize/source/main.c b/finalize/source/main.c index d95acba..b86537e 100644 --- a/finalize/source/main.c +++ b/finalize/source/main.c @@ -346,7 +346,7 @@ int main(int argc, char* argv[]) gfxInitDefault(); consoleInit(GFX_TOP, NULL); - printf("custom-install-finalize v1.5\n"); + printf("custom-install-finalize v1.6\n"); finalize_install(); // print this at the end in case it gets pushed off the screen