[Constants] Fix build title

This commit is contained in:
Matt Nadareski
2018-05-24 13:59:20 -07:00
parent 386f7141f6
commit 0653a4a3df

View File

@@ -19,7 +19,7 @@ namespace SabreTools.Library.Data
/// <summary> /// <summary>
/// The current toolset version to be used by all child applications /// The current toolset version to be used by all child applications
/// </summary> /// </summary>
public readonly static string Version = "v0.9.9" + Assembly.GetExecutingAssembly().GetLinkerTime().ToString("yyyy-MM-dd HH:mm:ss"); public readonly static string Version = "v0.9.9-" + Assembly.GetExecutingAssembly().GetLinkerTime().ToString("yyyy-MM-dd HH:mm:ss");
public const int HeaderHeight = 3; public const int HeaderHeight = 3;
#region 0-byte file constants #region 0-byte file constants