Should be >=, also always block it as otherwise it will crash.

This commit is contained in:
high 2011-07-02 10:19:22 -04:00
parent cad7e04e42
commit a03ea5faa6
2 changed files with 5 additions and 4 deletions

View file

@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.2.0701")]
[assembly: AssemblyFileVersion("2.3.2.0701")]
[assembly: AssemblyVersion("2.3.2.0702")]
[assembly: AssemblyFileVersion("2.3.2.0702")]