From 3fb4df13fb139faa153596106818f1cb293ce458 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 6 Oct 2009 08:53:11 +0000 Subject: [PATCH] Bumped version number. --- Source/OpenTK/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/OpenTK/Properties/AssemblyInfo.cs b/Source/OpenTK/Properties/AssemblyInfo.cs index b568cbe0..070db459 100644 --- a/Source/OpenTK/Properties/AssemblyInfo.cs +++ b/Source/OpenTK/Properties/AssemblyInfo.cs @@ -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]