From a4176947ae9a308eadde0757f8aceb150e051619 Mon Sep 17 00:00:00 2001 From: high Date: Tue, 6 Sep 2011 20:04:20 -0400 Subject: [PATCH] Version Tick 3.3.3 --- 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 f32f06d4..480d2285 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.3.2.0906")] -[assembly: AssemblyFileVersion("3.3.2.0906")] +[assembly: AssemblyVersion("3.3.3.0906")] +[assembly: AssemblyFileVersion("3.3.3.0906")] diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index f54ca9de..61565bb9 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -52,7 +52,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "And believe me, we are still alive."; + public static readonly string VersionCodename = "Try the new slim model."; public static string SavePath = "tshock";