diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-12-08 14:51:36 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-12-08 14:51:36 +0000 |
commit | 5abc246f8d56b52a7aaaa5458e655456e9e420a8 (patch) | |
tree | f8168bbd48ff36561010b890169e3273a46319a8 /include/GL | |
parent | 72d1bb5756c670e6afef37da80689da04d466b22 (diff) |
bump version number
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/osmesa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h index c505781940..56fa23ce81 100644 --- a/include/GL/osmesa.h +++ b/include/GL/osmesa.h @@ -61,7 +61,7 @@ extern "C" { #define OSMESA_MAJOR_VERSION 6 -#define OSMESA_MINOR_VERSION 3 +#define OSMESA_MINOR_VERSION 5 #define OSMESA_PATCH_VERSION 0 @@ -270,7 +270,7 @@ OSMesaGetProcAddress( const char *funcName ); /** * Enable/disable color clamping, off by default. - * New in Mesa 6.5 + * New in Mesa 6.4.2 */ GLAPI void GLAPIENTRY OSMesaColorClamp(GLboolean enable); |