From 18a1312646c9e2189de8179b90c2f2dacecdd078 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 27 May 2012 12:36:58 -0600 Subject: [PATCH] A little more festive --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 677e0016..758ad606 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 & 50th download milestone"; + public static readonly string VersionCodename = "4.x & 50,000th download milestone"; public static string SavePath = "tshock";