Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
Updating the version number to prepare a new MSI package.
  • Loading branch information
randyrants committed Oct 30, 2018
1 parent e118ad1 commit 3d0ba5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SharpKeys/AssemblyInfo.cs
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion SharpKeys/Dialog_Main.cs
Expand Up @@ -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
//
Expand Down

0 comments on commit 3d0ba5b

Please sign in to comment.