[Constants] Version 1.0.0

This commit is contained in:
Matt Nadareski
2019-02-08 15:43:10 -08:00
parent 98631200e7
commit 3cfa446f01

View File

@@ -16,10 +16,10 @@ namespace SabreTools.Library.Data
/// </summary> /// </summary>
public static class Constants public static class Constants
{ {
/// <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 = "v1.0.0"; // -" + 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