diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index cf17427f..cbde5304 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -29,14 +29,7 @@ using System.Runtime.InteropServices; // Major Version // Minor Version // Build Number -// Revision -// -// 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.*")] -// 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 +// MMdd of the build + +[assembly: AssemblyVersion("3.4.2.1230")] +[assembly: AssemblyFileVersion("3.4.2.1230")] \ No newline at end of file