From 7103649e13ede2ebaaa00aeedf3e9cf17de4e456 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 25 May 2012 23:59:42 -0600 Subject: [PATCH] VERSION TICK: 3.9.0.0526 --- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- TShockAPI/TShock.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index 650cfa85..f6c1764b 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ using System.Runtime.InteropServices; // Build Number // MMdd of the build -[assembly: AssemblyVersion("3.8.0.0304")] -[assembly: AssemblyFileVersion("3.8.0.0304")] +[assembly: AssemblyVersion("3.9.0.0526")] +[assembly: AssemblyFileVersion("3.9.0.0526")] diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 512b429c..c2ca92d5 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 = "Squashing bugs, and adding suggestions"; + public static readonly string VersionCodename = "Zack time: 1 week = 3 months"; public static string SavePath = "tshock";