From 4d7be0812e7c41913662b4913f873ab26f485909 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Thu, 8 Jul 2021 07:43:13 -0700 Subject: [PATCH] version 2.1b4 & finalize 1.6 --- custominstall.py | 2 +- finalize/source/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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