From 8695683a62696cc9857465b1184c88db0bc876bc Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 23 Jun 2011 16:41:36 -0600 Subject: [PATCH] Version tick --- 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 a6ae978b..cba14dec 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.2.0.0623")] -[assembly: AssemblyFileVersion("2.2.0.0623")] \ No newline at end of file +[assembly: AssemblyVersion("2.3.0.0623")] +[assembly: AssemblyFileVersion("2.3.0.0623")] \ No newline at end of file diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 0d58d4e6..f396fddb 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -34,7 +34,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "Forgot to increase the version."; + public static readonly string VersionCodename = "Lol, packet changes."; public static readonly string SavePath = "tshock";