Version tick

This commit is contained in:
Lucas Nicodemus 2011-06-23 16:41:36 -06:00
parent acb3458ef6
commit 8695683a62
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ namespace TShockAPI
public class TShock : TerrariaPlugin
{
public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version;
public static readonly string VersionCodename = "Forgot to increase the version.";
public static readonly string VersionCodename = "Lol, packet changes.";
public static readonly string SavePath = "tshock";