Skip to content

Commit 3c0a0d1

Browse files
committed
Updated the version number
1 parent 2ba830f commit 3c0a0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/sh/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void main_closure(int argc, char *argv[])
2020
// XXX disabled insertion mode for now because the line reader doesn't support
2121
// XXX it properly yet
2222
//printf("\033[4h"); // Switch the console to insert mode
23-
printf("\033[36mSerena OS DR1\033[0m\nCopyright 2023, Dietmar Planitzer.\n\n");
23+
printf("\033[36mSerena OS v0.1.0-alpha\033[0m\nCopyright 2023, Dietmar Planitzer.\n\n");
2424

2525
Directory_Create("/Users", 0755);
2626
Directory_Create("/Users/Admin", 0755);

0 commit comments

Comments
 (0)