diff --git a/PUP/Entrypoint.cs b/PUP/Entrypoint.cs index 3691b79..716203f 100644 --- a/PUP/Entrypoint.cs +++ b/PUP/Entrypoint.cs @@ -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(); diff --git a/PUP/Properties/AssemblyInfo.cs b/PUP/Properties/AssemblyInfo.cs index efa78ef..5718a9e 100644 --- a/PUP/Properties/AssemblyInfo.cs +++ b/PUP/Properties/AssemblyInfo.cs @@ -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")]