Bumped version number.

This commit is contained in:
the_fiddler 2009-10-06 08:53:11 +00:00
parent c6afa30b4b
commit 3fb4df13fb

View file

@ -32,8 +32,8 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.9.9.2")]
[assembly: AssemblyFileVersion("0.9.9.2")]
[assembly: AssemblyVersion("0.9.9.3")]
[assembly: AssemblyFileVersion("0.9.9.3")]
[assembly: CLSCompliant(true)]
[assembly: System.Security.AllowPartiallyTrustedCallers]