mirror of
https://github.com/livingcomputermuseum/Darkstar.git
synced 2026-02-26 09:03:42 +00:00
Updated UI for minor version update. Cleaned up hard disk commit code to deal with failure cases without destroying original images. Tweaked Ethernet config to allow on-the-fly host adapter changes. Updated readme.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace D
|
||||
private static void PrintHerald()
|
||||
{
|
||||
Console.WriteLine("Darkstar v{0}", typeof(Program).Assembly.GetName().Version);
|
||||
Console.WriteLine("(c) 2017, 2018 Living Computers: Museum+Labs");
|
||||
Console.WriteLine("(c) 2017-2019 Living Computers: Museum+Labs");
|
||||
Console.WriteLine("Bug reports to joshd@livingcomputers.org");
|
||||
Console.WriteLine();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user