Updated version numbers in preparation for release.

This commit is contained in:
the_fiddler 2009-11-01 23:07:38 +00:00
parent 289697176b
commit 8624ec0d1a
6 changed files with 12 additions and 12 deletions

View file

@ -29,8 +29,8 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("0.9.9.2")] [assembly: AssemblyVersion("0.9.9.4")]
[assembly: AssemblyFileVersion("0.9.9.2")] [assembly: AssemblyFileVersion("0.9.9.4")]
#if SIGN_ASSEMBLY #if SIGN_ASSEMBLY
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")] [assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]

View file

@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("0.9.9.3")] [assembly: AssemblyVersion("0.9.9.4")]
[assembly: AssemblyFileVersion("0.9.9.3")] [assembly: AssemblyFileVersion("0.9.9.4")]
[assembly: System.CLSCompliant(true)] [assembly: System.CLSCompliant(true)]
[assembly: System.Security.AllowPartiallyTrustedCallers] [assembly: System.Security.AllowPartiallyTrustedCallers]

View file

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("0.9.9.2")] [assembly: AssemblyVersion("0.9.9.4")]
[assembly: AssemblyFileVersion("0.9.9.2")] [assembly: AssemblyFileVersion("0.9.9.4")]

View file

@ -29,8 +29,8 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("0.9.9.3")] [assembly: AssemblyVersion("0.9.9.4")]
[assembly: AssemblyFileVersion("0.9.9.3")] [assembly: AssemblyFileVersion("0.9.9.4")]
#if SIGN_ASSEMBLY #if SIGN_ASSEMBLY
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")] [assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]

View file

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

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 // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("0.9.9.3")] [assembly: AssemblyVersion("0.9.9.4")]
[assembly: AssemblyFileVersion("0.9.9.3")] [assembly: AssemblyFileVersion("0.9.9.4")]
[assembly: CLSCompliant(true)] [assembly: CLSCompliant(true)]
[assembly: System.Security.AllowPartiallyTrustedCallers] [assembly: System.Security.AllowPartiallyTrustedCallers]