Bumped version numbers for 0.9.8-1 release.

This commit is contained in:
the_fiddler 2009-06-24 14:46:54 +00:00
parent c3c56295d4
commit e8ced41e69
2 changed files with 5 additions and 5 deletions

View file

@ -31,5 +31,5 @@ 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.8.0")]
[assembly: AssemblyFileVersion("0.9.8.0")]
[assembly: AssemblyVersion("0.9.8.1")]
[assembly: AssemblyFileVersion("0.9.8.1")]

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("OpenTK utilities library")]
[assembly: AssemblyCopyright("Copyright © 2006-2008 the OpenTK team")]
[assembly: AssemblyCopyright("Copyright © 2006-2009 the OpenTK team")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.9.8.0")]
[assembly: AssemblyFileVersion("0.9.8.0")]
[assembly: AssemblyVersion("0.9.8.1")]
[assembly: AssemblyFileVersion("0.9.8.1")]