This commit is contained in:
the_fiddler 2006-09-30 20:04:12 +00:00
parent 37834b1ff6
commit 4489091678
7 changed files with 19 additions and 9 deletions

View file

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

View file

@ -0,0 +1,10 @@
using System;
namespace OpenTK.OpenGL
{
//public partial class Enums
//{
// const int VERTEX_SHADER = VERSION_2_0.VERTEX_SHADER;
// const int FRAGMENT_SHADER = VERSION_2_0.FRAGMENT_SHADER;
//}
}

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 // 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.3.1.1")] [assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.1.1")] [assembly: AssemblyFileVersion("0.3.2.0")]

View file

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("Windows")] [assembly: AssemblyTitle("Windows API bindings")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Windows")] [assembly: AssemblyProduct("Windows API bindings")]
[assembly: AssemblyCopyright("Copyright © 2006")] [assembly: AssemblyCopyright("Copyright © 2006 Stephen Apostolopoulos")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -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("1.0.0.0")] [assembly: AssemblyVersion("0.1.0.1")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("0.1.0.1")]