mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Bump version number
This commit is contained in:
@@ -15,7 +15,7 @@ namespace SabreTools
|
|||||||
private static Logger logger;
|
private static Logger logger;
|
||||||
private static string _dbName = "DATabase.sqlite";
|
private static string _dbName = "DATabase.sqlite";
|
||||||
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
||||||
private static string _version = "0.2.2.1";
|
private static string _version = "0.2.3.0";
|
||||||
private static string _header =
|
private static string _header =
|
||||||
@"+-----------------------------------------------------------------------------+
|
@"+-----------------------------------------------------------------------------+
|
||||||
| DATabase " + _version + @" |
|
| DATabase " + _version + @" |
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ namespace SabreTools
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
class Headerer
|
class Headerer
|
||||||
{
|
{
|
||||||
private static string _version = "0.2.2.1";
|
private static string _version = "0.2.3.0";
|
||||||
private static string _dbName = "Headerer.sqlite";
|
private static string _dbName = "Headerer.sqlite";
|
||||||
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
||||||
private static Dictionary<string, int> types;
|
private static Dictionary<string, int> types;
|
||||||
|
|||||||
2
SabreToolsUI/SabreToolsUI.Designer.cs
generated
2
SabreToolsUI/SabreToolsUI.Designer.cs
generated
@@ -261,7 +261,7 @@
|
|||||||
this.MainMenuStrip = this.menuStrip1;
|
this.MainMenuStrip = this.menuStrip1;
|
||||||
this.Name = "SabreToolsUI";
|
this.Name = "SabreToolsUI";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "SabreTools UI 0.2.2.1";
|
this.Text = "SabreTools UI 0.2.3.0";
|
||||||
this.menuStrip1.ResumeLayout(false);
|
this.menuStrip1.ResumeLayout(false);
|
||||||
this.menuStrip1.PerformLayout();
|
this.menuStrip1.PerformLayout();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user