From cf3350982f63d918e8e4a1de31ea54829ffc0b67 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Thu, 12 Nov 2009 15:19:42 -0800 Subject: fix [2236865] STOPSHIP: bump soft gl and egl minor version number --- opengl/libagl/egl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opengl/libagl/egl.cpp') diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp index 673c174ef45c..781b8c33fdc5 100644 --- a/opengl/libagl/egl.cpp +++ b/opengl/libagl/egl.cpp @@ -876,7 +876,7 @@ struct config_management_t { #define VERSION_MAJOR 1 #define VERSION_MINOR 2 static char const * const gVendorString = "Google Inc."; -static char const * const gVersionString = "1.2 Android Driver"; +static char const * const gVersionString = "1.2 Android Driver 1.1.0"; static char const * const gClientApiString = "OpenGL ES"; static char const * const gExtensionsString = "EGL_KHR_image_base " -- cgit v1.2.3-59-g8ed1b