From d1e29e103516e6c5f6fc4616170d741aed54c46e Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 21 Jul 2011 15:05:52 -0600 Subject: [PATCH] VERSION TICK: 3.0.0.0721 --- 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 0fa20d8e..c7702a8c 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.4.0721")] -[assembly: AssemblyFileVersion("2.3.4.0721")] +[assembly: AssemblyVersion("3.0.0.0721")] +[assembly: AssemblyFileVersion("3.0.0.0721")] diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 693e0fd2..30c50311 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -49,7 +49,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "JIRA is a tool"; + public static readonly string VersionCodename = "Milestone 3"; public static string SavePath = "tshock";