diff options
Diffstat (limited to 'include/GL/osmesa.h')
-rw-r--r-- | include/GL/osmesa.h | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h index 11423a8e3d0..26b2181bc03 100644 --- a/include/GL/osmesa.h +++ b/include/GL/osmesa.h @@ -1,8 +1,8 @@ -/* $Id: osmesa.h,v 1.1 1999/08/19 00:55:40 jtg Exp $ */ +/* $Id: osmesa.h,v 1.2 1999/11/24 18:43:19 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.3 * * Copyright (C) 1999 Brian Paul All Rights Reserved. * @@ -26,26 +26,6 @@ /* - * $Log: osmesa.h,v $ - * Revision 1.1 1999/08/19 00:55:40 jtg - * Initial revision - * - * Revision 1.4 1999/02/14 03:39:09 brianp - * new copyright - * - * Revision 1.3 1999/01/03 02:52:30 brianp - * now using GLAPI and GLAPIENTRY keywords (Ted Jump) - * - * Revision 1.2 1998/07/26 01:33:51 brianp - * added WINGDIAPI and APIENTRY keywords per Ted Jump - * - * Revision 1.1 1998/02/13 03:17:50 brianp - * Initial revision - * - */ - - -/* * Mesa Off-Screen rendering interface. * * This is an operating system and window system independent interface to @@ -86,7 +66,7 @@ extern "C" { #define OSMESA_MAJOR_VERSION 3 -#define OSMESA_MINOR_VERSION 0 +#define OSMESA_MINOR_VERSION 3 |