From e00551cb6d958cd9dbb8fe9bcb1588867277141c Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 23 Sep 2012 00:35:31 -0600 Subject: [PATCH] Updated catchy version nickname --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index f97a56fc..e95d385f 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -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 = "4.x & 50,000th download milestone"; + public static readonly string VersionCodename = "Welcome to the future."; public static string SavePath = "tshock";