Skip to content

Commit d7ecf22

Browse files
committed
Bump MGU version to 1.6.2.0
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.
1 parent dcfc6a0 commit d7ecf22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MGU/Forms/MainStuff.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ public class MainStuff : System.Windows.Forms.Form
5555
private bool loaded = false;
5656

5757
#region Version Info
58-
public const string version = "v1.6.1.8";
58+
public const string version = "v1.6.2.0";
5959
private ToolBarButton Sep9;
6060
private ToolBarButton toolBarButton10;
6161
public ToolBarButton toolBarButton0;
6262
private ToolBarButton Sep0;
6363
private ContextMenu contextMenu0;
64-
public const string AssemblyVersion = "1.6.1.8";
64+
public const string AssemblyVersion = "1.6.2.0";
6565
#endregion
6666

6767
[STAThread]

0 commit comments

Comments
 (0)