Skip to content

Commit

Permalink
version 2.1b4 & finalize 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Jul 8, 2021
1 parent 8c60eec commit 4d7be08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custominstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion finalize/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d7be08

Please sign in to comment.