diff --git a/Execution/CPU.cs b/Execution/CPU.cs index 8ee44d544..4bcb0d978 100644 --- a/Execution/CPU.cs +++ b/Execution/CPU.cs @@ -98,7 +98,7 @@ public void Boot() if (_shared.Screen != null) { _shared.Screen.ClearScreen(); - string bootMessage = "kRISC Operating System\n" + + string bootMessage = "kOS Operating System\n" + "KerboScript v" + Core.VersionInfo.ToString() + "\n \n" + "Proceed.\n "; _shared.Screen.Print(bootMessage); diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 395ee1816..1095079b8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("kRISC")] +[assembly: AssemblyTitle("kOS")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("kRISC")] +[assembly: AssemblyProduct("kOS")] [assembly: AssemblyCopyright("Copyright © 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]