Make version easier to edit.

This commit is contained in:
Matt Nadareski
2016-03-25 00:50:27 -07:00
parent d9787eba37
commit f6a733410a

View File

@@ -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) |
+-----------------------------------------------------------------------------+ +-----------------------------------------------------------------------------+