From c31eeb1c6c6d08a6bff96e1c21516835e4e7ec34 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 3 Sep 2011 00:24:25 -0600 Subject: [PATCH] VERSION TICK 3.3 Preparing to launch, need to merge to master. --- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- TShockAPI/TShock.cs | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index c5772f58..8b3cf488 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.2.8.0902")] -[assembly: AssemblyFileVersion("3.2.8.0902")] +[assembly: AssemblyVersion("3.3.0.0903")] +[assembly: AssemblyFileVersion("3.3.0.0903")] diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index d586cbe7..1b06aaef 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -18,10 +18,11 @@ along with this program. If not, see . /* TShock wouldn't be possible without: * Github * Microsoft Visual Studio 2010 - * HostPenda + * Adrenic * And you, for your continued support and devotion to the evolution of TShock * Kerplunc Gaming * TerrariaGSP + * XNS Technology Group (Xenon Servers) */ using System; using System.Collections.Generic; @@ -48,7 +49,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "Yes, we're adding Logblock style functionality soon, don't worry."; + public static readonly string VersionCodename = "And believe me, we are still alive."; public static string SavePath = "tshock";