From 3d0ba5ba8845232b3cfd59c7a05d636c94ab3a5a Mon Sep 17 00:00:00 2001 From: Randy Date: Tue, 30 Oct 2018 15:07:57 -0700 Subject: [PATCH] Updating version number Updating the version number to prepare a new MSI package. --- SharpKeys/AssemblyInfo.cs | 2 +- SharpKeys/Dialog_Main.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SharpKeys/AssemblyInfo.cs b/SharpKeys/AssemblyInfo.cs index 558ffb0..548e0da 100644 --- a/SharpKeys/AssemblyInfo.cs +++ b/SharpKeys/AssemblyInfo.cs @@ -26,4 +26,4 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.7.0.0")] +[assembly: AssemblyVersion("3.8.0.0")] diff --git a/SharpKeys/Dialog_Main.cs b/SharpKeys/Dialog_Main.cs index c8786d5..9ff426d 100644 --- a/SharpKeys/Dialog_Main.cs +++ b/SharpKeys/Dialog_Main.cs @@ -277,7 +277,7 @@ private void InitializeComponent() this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(379, 17); this.label1.TabIndex = 9; - this.label1.Text = "SharpKeys 3.7.0 - Copyright 2004 - 2018 RandyRants.com"; + this.label1.Text = "SharpKeys 3.8.0 - Copyright 2004 - 2018 RandyRants.com"; // // label2 //