From c6f6ef5cce5435d42061cbb8ba604ab24aacb537 Mon Sep 17 00:00:00 2001 From: Josh Dersch Date: Tue, 6 Jun 2017 13:26:04 -0700 Subject: [PATCH] Updated binary version. --- PUP/Entrypoint.cs | 4 ++-- PUP/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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")]