summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/egl.cpp
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-11-12 15:36:27 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-11-12 15:36:27 -0800
commit274072089ceff6eacb9ccfb59290a18f43739c87 (patch)
tree40d29f9c5f7f12e0c4ea4a086e49b2a9fcc3f499 /opengl/libagl/egl.cpp
parent59175ac269df2a584241e9786dc70ac35cb973e3 (diff)
parentcf3350982f63d918e8e4a1de31ea54829ffc0b67 (diff)
downloadframeworks_base-274072089ceff6eacb9ccfb59290a18f43739c87.tar.gz
frameworks_base-274072089ceff6eacb9ccfb59290a18f43739c87.tar.bz2
frameworks_base-274072089ceff6eacb9ccfb59290a18f43739c87.zip
Merge change Icf335098 into eclair
* changes: fix [2236865] STOPSHIP: bump soft gl and egl minor version number
Diffstat (limited to 'opengl/libagl/egl.cpp')
-rw-r--r--opengl/libagl/egl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp
index 673c174ef45..781b8c33fdc 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 "