[Constants] Aaaand back to in-between numbering

This commit is contained in:
Matt Nadareski
2019-02-08 16:24:20 -08:00
parent 3cfa446f01
commit dde93eec67

View File

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