diff options
Diffstat (limited to 'xc/extras/Mesa/src/X/xm_api.c')
-rw-r--r-- | xc/extras/Mesa/src/X/xm_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/extras/Mesa/src/X/xm_api.c b/xc/extras/Mesa/src/X/xm_api.c index 0dfad6a8a..44df501f4 100644 --- a/xc/extras/Mesa/src/X/xm_api.c +++ b/xc/extras/Mesa/src/X/xm_api.c @@ -1,7 +1,7 @@ /* * Mesa 3-D graphics library - * Version: 4.0.2 + * Version: 4.0.3 * * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * @@ -2514,7 +2514,7 @@ const char *XMesaGetString( XMesaContext c, int name ) { (void) c; if (name==XMESA_VERSION) { - return "3.5"; + return "4.0.3"; } else if (name==XMESA_EXTENSIONS) { return ""; |