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