Skip to content

Commit 9d6e24d

Browse files
committed
feat(fdisk): upgrade version to 0.35
1 parent e123e55 commit 9d6e24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fdisk_screen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ char screen_column = 0;
1919

2020
#ifdef __CC65__
2121
unsigned char *footer_messages[FOOTER_MAX + 1] = {
22-
" MEGA65 FDISK V0.30 (C) 2017-2024 MEGA - MUSEUM OF ELECTRONIC GAMES & ART ",
22+
" MEGA65 FDISK V0.35 (C) 2017-2024 MEGA - MUSEUM OF ELECTRONIC GAMES & ART ",
2323
" ",
2424
" A FATAL ERROR HAS OCCURRED, SORRY. "
2525
};

0 commit comments

Comments
 (0)