mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make version easier to edit.
This commit is contained in:
@@ -11,9 +11,10 @@ namespace DATabase
|
|||||||
{
|
{
|
||||||
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.0.5.1";
|
||||||
private static string _header =
|
private static string _header =
|
||||||
@"+-----------------------------------------------------------------------------+
|
@"+-----------------------------------------------------------------------------+
|
||||||
| DATabase 0.0.5.1 |
|
| DATabase " + _version + @" |
|
||||||
| |
|
| |
|
||||||
| by Matt Nadareski (darksabre76) |
|
| by Matt Nadareski (darksabre76) |
|
||||||
+-----------------------------------------------------------------------------+
|
+-----------------------------------------------------------------------------+
|
||||||
|
|||||||
Reference in New Issue
Block a user