Changed application title to "MatterControl 1.1".

This commit is contained in:
Kevin Pope 2014-05-05 11:12:58 -07:00
parent 6a52547106
commit da879c3746

View file

@ -133,7 +133,7 @@ namespace MatterHackers.MatterControl
this.AnchorAll();
UseOpenGL = true;
Title = "MatterControl (beta)";
Title = "MatterControl 1.1";
ActivePrinterProfile.CheckForAndDoAutoConnect();
UiThread.RunOnIdle(CheckOnPrinter);