From c2c2c809b4484edd1f5c344c4b6d530e8de9e04d Mon Sep 17 00:00:00 2001 From: JohnnyFFM Date: Tue, 29 May 2018 09:34:59 +0200 Subject: [PATCH] v.1.8 --- MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainForm.cs b/MainForm.cs index 4e42bde..9063a46 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -466,7 +466,7 @@ private void InitializeComponent() this.MaximizeBox = false; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Johnny\'s POC1->POC2 Plot Converter v.1.7"; + this.Text = "Johnny\'s POC1->POC2 Plot Converter v.1.8"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.grpConverter.ResumeLayout(false); this.grpConverter.PerformLayout();