Bump version number

This commit is contained in:
Matt Nadareski
2016-04-05 16:11:31 -07:00
parent ce648ad853
commit fb0dd1a168
4 changed files with 4 additions and 3 deletions

View File

@@ -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.8.0";
private static string _version = "0.3.0.0";
private static string _header =
@"+-----------------------------------------------------------------------------+
| DATabase " + _version + @" |

View File

@@ -14,6 +14,7 @@ namespace DatSplit
private static string extA;
private static string extB;
private static string filename;
private static string _version = "0.3.0.0";
public static void Main(string[] args)
{

View File

@@ -13,7 +13,7 @@ namespace SabreTools
/// </summary>
class Headerer
{
private static string _version = "0.2.8.0";
private static string _version = "0.3.0.0";
private static string _dbName = "Headerer.sqlite";
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
private static Dictionary<string, int> types;

View File

@@ -261,7 +261,7 @@
this.MainMenuStrip = this.menuStrip1;
this.Name = "SabreToolsUI";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SabreTools UI 0.2.8.0";
this.Text = "SabreTools UI 0.3.0.0";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);