VERSION TICK: 3.9.0.0526

This commit is contained in:
Lucas Nicodemus 2012-05-25 23:59:42 -06:00
parent 55ff9cea23
commit 7103649e13
2 changed files with 3 additions and 3 deletions

View file

@ -48,5 +48,5 @@ using System.Runtime.InteropServices;
// Build Number
// MMdd of the build
[assembly: AssemblyVersion("3.8.0.0304")]
[assembly: AssemblyFileVersion("3.8.0.0304")]
[assembly: AssemblyVersion("3.9.0.0526")]
[assembly: AssemblyFileVersion("3.9.0.0526")]

View file

@ -44,7 +44,7 @@ namespace TShockAPI
private static string LogFormat = LogFormatDefault;
private static bool LogClear = false;
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
public static readonly string VersionCodename = "Squashing bugs, and adding suggestions";
public static readonly string VersionCodename = "Zack time: 1 week = 3 months";
public static string SavePath = "tshock";