From 5abc246f8d56b52a7aaaa5458e655456e9e420a8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 8 Dec 2005 14:51:36 +0000 Subject: [PATCH] bump version number --- include/GL/osmesa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h index c505781..56fa23c 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); -- 2.7.4