Bumped version number.
This commit is contained in:
parent
c6afa30b4b
commit
3fb4df13fb
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue