From fd51214146540ed23a5ee8861ae823b6e853b445 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 30 Dec 2011 14:25:02 -0700 Subject: [PATCH] Cleaned up the version thingy so people aren't confused when committing later. Also, Zidonuke, that last number is a MMdd, not a randomly chosen number. --- TShockAPI/Properties/AssemblyInfo.cs | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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