From 845bd72a50368027f6850017b67c721fdc94c086 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 3 Apr 2016 03:06:29 -0700 Subject: [PATCH] Bump version number --- DATabase/DATabase.cs | 2 +- Deheader/Headerer.cs | 2 +- SabreToolsUI/SabreToolsUI.Designer.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DATabase/DATabase.cs b/DATabase/DATabase.cs index ec087ca1..183cf12e 100644 --- a/DATabase/DATabase.cs +++ b/DATabase/DATabase.cs @@ -16,7 +16,7 @@ namespace SabreTools private static Logger logger; private static string _dbName = "DATabase.sqlite"; private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;"; - private static string _version = "0.2.7.0"; + private static string _version = "0.2.8.0"; private static string _header = @"+-----------------------------------------------------------------------------+ | DATabase " + _version + @" | diff --git a/Deheader/Headerer.cs b/Deheader/Headerer.cs index 3b05801b..411cd94f 100644 --- a/Deheader/Headerer.cs +++ b/Deheader/Headerer.cs @@ -13,7 +13,7 @@ namespace SabreTools /// class Headerer { - private static string _version = "0.2.7.0"; + private static string _version = "0.2.8.0"; private static string _dbName = "Headerer.sqlite"; private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;"; private static Dictionary types; diff --git a/SabreToolsUI/SabreToolsUI.Designer.cs b/SabreToolsUI/SabreToolsUI.Designer.cs index 92d8e15a..3abbee0b 100644 --- a/SabreToolsUI/SabreToolsUI.Designer.cs +++ b/SabreToolsUI/SabreToolsUI.Designer.cs @@ -261,7 +261,7 @@ this.MainMenuStrip = this.menuStrip1; this.Name = "SabreToolsUI"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "SabreTools UI 0.2.7.0"; + this.Text = "SabreTools UI 0.2.8.0"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false);