From 958f6623ea380b5de80fc53cfce49d67744eacd1 Mon Sep 17 00:00:00 2001 From: Shank Date: Wed, 8 Jun 2011 08:15:04 -0600 Subject: [PATCH] Version Tick: 2.0.0.3 --- TShockAPI/TShock.cs | 4 ++-- Update/Update.csproj | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index b9c40d8c..5123a864 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -19,9 +19,9 @@ namespace TShockAPI public static string saveDir = "./tshock/"; - public static Version VersionNum = new Version(2, 0, 0, 2); + public static Version VersionNum = new Version(2, 0, 0, 3); - public static string VersionCodename = "UnrealIRCd ftw (irc.shankshock.com #terraria)"; + public static string VersionCodename = "5am coding sucks"; private static bool[] BlacklistTiles; diff --git a/Update/Update.csproj b/Update/Update.csproj index f37c3dee..cdb0055d 100644 --- a/Update/Update.csproj +++ b/Update/Update.csproj @@ -59,7 +59,6 @@ Designer -