From 9e79aadf3c01afb7a29a00daea8377a867d9f296 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 29 Dec 2011 22:39:30 -0700 Subject: [PATCH] Herp --- TShockAPI/Properties/AssemblyInfo.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index ec3895ab..cf17427f 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -34,6 +34,9 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] - -[assembly: AssemblyVersion("3.4.2.1233")] -[assembly: AssemblyFileVersion("3.4.2.1233")] \ No newline at end of file +// OI, DERPHEADS: +// The revision is a date! +// As in 3.4.2.mmdd +// Not some wonky random number +[assembly: AssemblyVersion("3.4.2.1229")] +[assembly: AssemblyFileVersion("3.4.2.1229")] \ No newline at end of file