From da879c37462a550bbd0cc7bfc0f9ecb684fa1335 Mon Sep 17 00:00:00 2001 From: Kevin Pope Date: Mon, 5 May 2014 11:12:58 -0700 Subject: [PATCH] Changed application title to "MatterControl 1.1". --- MatterControlApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlApplication.cs b/MatterControlApplication.cs index 4a2020dfb..e0f3df570 100644 --- a/MatterControlApplication.cs +++ b/MatterControlApplication.cs @@ -133,7 +133,7 @@ namespace MatterHackers.MatterControl this.AnchorAll(); UseOpenGL = true; - Title = "MatterControl (beta)"; + Title = "MatterControl 1.1"; ActivePrinterProfile.CheckForAndDoAutoConnect(); UiThread.RunOnIdle(CheckOnPrinter);