projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72d1bb5
)
bump version number
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Dec 2005 14:51:36 +0000
(14:51 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 8 Dec 2005 14:51:36 +0000
(14:51 +0000)
include/GL/osmesa.h
patch
|
blob
|
history
diff --git
a/include/GL/osmesa.h
b/include/GL/osmesa.h
index
c505781
..
56fa23c
100644
(file)
--- 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);