Bumped version numbers for 0.9.8-1 release.
This commit is contained in:
parent
c3c56295d4
commit
e8ced41e69
2 changed files with 5 additions and 5 deletions
|
@ -31,5 +31,5 @@ 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.8.0")]
|
[assembly: AssemblyVersion("0.9.8.1")]
|
||||||
[assembly: AssemblyFileVersion("0.9.8.0")]
|
[assembly: AssemblyFileVersion("0.9.8.1")]
|
||||||
|
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("OpenTK utilities library")]
|
[assembly: AssemblyProduct("OpenTK utilities library")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2006-2008 the OpenTK team")]
|
[assembly: AssemblyCopyright("Copyright © 2006-2009 the OpenTK team")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("0.9.8.0")]
|
[assembly: AssemblyVersion("0.9.8.1")]
|
||||||
[assembly: AssemblyFileVersion("0.9.8.0")]
|
[assembly: AssemblyFileVersion("0.9.8.1")]
|
||||||
|
|
Loading…
Reference in a new issue