VERSION TICK: 4.1.0.926 & Terraria 1.2 Code Freeze

This commit is contained in:
Lucas Nicodemus 2013-09-26 02:11:05 -06:00
parent f7176f5119
commit 1a1d980186
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@ namespace TShockAPI
public class TShock : TerrariaPlugin
{
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
public static readonly string VersionCodename = "Welcome to the future.";
public static readonly string VersionCodename = "And the great beast rose from its slumber, ready to take on the world again.";
public static string SavePath = "tshock";
private const string LogFormatDefault = "yyyy-MM-dd_HH-mm-ss";