From 7e26c40744567c90fc426ee7700f0199431db909 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 26 Jan 2012 22:39:46 -0700 Subject: [PATCH] VERSION TICK: 3.6.0.0126 (I'm counting third as a hotfix count, this isn't a hotfix) --- TShockAPI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index 5beaf1ff..857627ed 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.5.2.0127")] -[assembly: AssemblyFileVersion("3.5.2.0127")] +[assembly: AssemblyVersion("3.6.0.0126")] +[assembly: AssemblyFileVersion("3.6.0.0126")]