File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public static void Main()
3434 Console . Color = Colors . White ;
3535 Console . BackgroundColor = Colors . Green ;
3636
37- Console . Write ( @" MOSA OS Version 1.2 - Compiler Version 1.2 " ) ;
37+ Console . Write ( @" MOSA OS Version 1.3 - Compiler Version 1.3 " ) ;
3838 FillLine ( ) ;
3939 Console . Color = Colors . White ;
4040 Console . BackgroundColor = Colors . Black ;
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ public static void Main()
3030 Screen . GotoTop ( ) ;
3131 Screen . Color = Colors . Yellow ;
3232
33- Screen . Write ( @"MOSA OS Version 1.0 '" ) ;
33+ Screen . Write ( @"MOSA OS Version 1.3 '" ) ;
3434 Screen . Color = Colors . Red ;
35- Screen . Write ( @"Titan " ) ;
35+ Screen . Write ( @"Neptune " ) ;
3636 Screen . Color = Colors . Yellow ;
3737 Screen . Write ( @"' Copyright 2008-2011" ) ;
3838 Screen . NextLine ( ) ;
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ public static void Main()
3434 Console . Color = Colors . Yellow ;
3535 Console . BackgroundColor = Colors . Black ;
3636
37- Console . Write ( @"MOSA OS Version 1.2 '" ) ;
37+ Console . Write ( @"MOSA OS Version 1.3 '" ) ;
3838 Console . Color = Colors . Red ;
39- Console . Write ( @"Titan " ) ;
39+ Console . Write ( @"Neptune " ) ;
4040 Console . Color = Colors . Yellow ;
4141 Console . Write ( @"' Copyright 2008-2012" ) ;
4242 Console . WriteLine ( ) ;
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ public class Compiler
5050 private OptionSet optionSet ;
5151
5252 private readonly int majorVersion = 1 ;
53- private readonly int minorVersion = 2 ;
54- private readonly string codeName = @"Titan " ;
53+ private readonly int minorVersion = 3 ;
54+ private readonly string codeName = @"Neptune " ;
5555
5656 /// <summary>
5757 /// A string holding a simple usage description.
You can’t perform that action at this time.
0 commit comments