summaryrefslogtreecommitdiff
path: root/include/GL/osmesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GL/osmesa.h')
-rw-r--r--include/GL/osmesa.h4
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);