st/vega: Bump version to 1.1.
authorChia-I Wu <olv@lunarg.com>
Mon, 29 Nov 2010 07:11:16 +0000 (15:11 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 1 Dec 2010 03:23:53 +0000 (11:23 +0800)
src/gallium/state_trackers/vega/api_misc.c

index e648549745b941b2813f17dd0473386a218fd481..9e2ab03e01a4ef05d658a0be6837fe319629d304 100644 (file)
@@ -63,8 +63,8 @@ const VGubyte *vegaGetString(VGStringID name)
 {
    struct vg_context *ctx = vg_current_context();
    static const VGubyte *vendor = (VGubyte *)"Tungsten Graphics, Inc";
-   static const VGubyte *renderer = (VGubyte *)"Vega OpenVG 1.0";
-   static const VGubyte *version = (VGubyte *)"1.0";
+   static const VGubyte *renderer = (VGubyte *)"Vega OpenVG 1.1";
+   static const VGubyte *version = (VGubyte *)"1.1";
 
    if (!ctx)
       return NULL;