Skip to content

Commit 03ccc94

Browse files
committed
updated version numbers for 0.06 Alpha!
1 parent 77cd5fc commit 03ccc94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kernel/apps/system.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void system(string args)
2828
}
2929
else if (streql(splitArg(args, 1),"about"))
3030
{
31-
print("\n Q Operating System \nVersion: 0.0.5 Alpha\n", 0xCF);
31+
print("\n Q Operating System \nVersion: 0.06 Alpha\n", 0xCF);
3232
//You might wanna replace your slack name with your full name (Its in alphabetical order)
3333
print("\nDevelopers:\n",0x0F);
3434
print("- barteks2x\n",0x0F);

kernel/inc/kernelFunctions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ void printIntro()
1010
// Made the intro beautiful
1111
drawFrame(0x38, 0, 0, 80, 4);
1212
printAt(" Welcome to Q OS \r\n", 0x39, 1, 1);
13-
printAt(" You are using version 0.0.5 ",0x34,1,2);
13+
printAt(" You are using version 0.06 ",0x34,1,2);
1414

1515
newline();
1616
newline();

0 commit comments

Comments
 (0)