1
0
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:
Josh Dersch
2017-06-06 13:26:04 -07:00
parent 777af69c5f
commit c6f6ef5cce
2 changed files with 4 additions and 4 deletions

View File

@@ -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();

View File

@@ -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")]