Skip to content

Commit

Permalink
updated version numbers for 0.06 Alpha!
Browse files Browse the repository at this point in the history
  • Loading branch information
raphydaphy committed Dec 9, 2015
1 parent 77cd5fc commit 03ccc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/apps/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void system(string args)
}
else if (streql(splitArg(args, 1),"about"))
{
print("\n Q Operating System \nVersion: 0.0.5 Alpha\n", 0xCF);
print("\n Q Operating System \nVersion: 0.06 Alpha\n", 0xCF);
//You might wanna replace your slack name with your full name (Its in alphabetical order)
print("\nDevelopers:\n",0x0F);
print("- barteks2x\n",0x0F);
Expand Down
2 changes: 1 addition & 1 deletion kernel/inc/kernelFunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void printIntro()
// Made the intro beautiful
drawFrame(0x38, 0, 0, 80, 4);
printAt(" Welcome to Q OS \r\n", 0x39, 1, 1);
printAt(" You are using version 0.0.5 ",0x34,1,2);
printAt(" You are using version 0.06 ",0x34,1,2);

newline();
newline();
Expand Down

0 comments on commit 03ccc94

Please sign in to comment.