mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 05:45:57 +00:00
Updated version numbers in preparation for release.
This commit is contained in:
parent
289697176b
commit
8624ec0d1a
|
@ -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")]
|
||||||
|
|
|
@ -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]
|
||||||
|
|
|
@ -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")]
|
||||||
|
|
|
@ -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")]
|
||||||
|
|
|
@ -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]
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue