mirror of
https://github.com/livingcomputermuseum/IFS.git
synced 2026-04-09 06:19:08 +00:00
Updated binary version.
This commit is contained in:
@@ -51,8 +51,8 @@ namespace IFS
|
||||
|
||||
private static void PrintHerald()
|
||||
{
|
||||
Console.WriteLine("LCM+L IFS v0.1, 12/14/2016.");
|
||||
Console.WriteLine("(c) 2015, 2016 Living Computers: Museum+Labs.");
|
||||
Console.WriteLine("LCM+L IFS v0.2, 12/14/2016.");
|
||||
Console.WriteLine("(c) 2015-2017 Living Computers: Museum+Labs.");
|
||||
Console.WriteLine("Bug reports to joshd@livingcomputers.org");
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
|
||||
@@ -49,5 +49,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyVersion("1.2.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||
|
||||
Reference in New Issue
Block a user