Skip to content

Commit

Permalink
Bump MGU version to 1.6.2.0
Browse files Browse the repository at this point in the history
Note that version 1.6.1.9 is listed in the changelog on the webboard,
but the source code this repository was created from was only 1.6.1.8.
Therefore, it's possible that 1.6.1.9 is lost to the ages.
  • Loading branch information
hemberger committed Oct 4, 2020
1 parent dcfc6a0 commit d7ecf22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MGU/Forms/MainStuff.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ public class MainStuff : System.Windows.Forms.Form
private bool loaded = false;

#region Version Info
public const string version = "v1.6.1.8";
public const string version = "v1.6.2.0";
private ToolBarButton Sep9;
private ToolBarButton toolBarButton10;
public ToolBarButton toolBarButton0;
private ToolBarButton Sep0;
private ContextMenu contextMenu0;
public const string AssemblyVersion = "1.6.1.8";
public const string AssemblyVersion = "1.6.2.0";
#endregion

[STAThread]
Expand Down

0 comments on commit d7ecf22

Please sign in to comment.