# HG changeset patch # User IBBoard # Date 1298924561 0 # Node ID ee9f11c6739903dc6e8b043d8b3376132d834f88 # Parent a243fade9c1746592f665f6f3e03d96a1c055e08 * Correct version number pattern no-open-ticket diff -r a243fade9c17 -r ee9f11c67399 AssemblyInfo.cs --- a/AssemblyInfo.cs Wed Jan 26 20:01:34 2011 +0000 +++ b/AssemblyInfo.cs Mon Feb 28 20:22:41 2011 +0000 @@ -33,7 +33,7 @@ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // If the build and revision are set to '*' they will be updated automatically. -[assembly: AssemblyVersion("1.0.*.*")] +[assembly: AssemblyVersion("1.0.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.