summaryrefslogtreecommitdiffstats
path: root/opengl/libagl/egl.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-11-12 19:08:01 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-12 19:08:01 -0800
commitef11d0c2e45b28ef2586e7c03690d6ada48180e8 (patch)
tree16626f22d69f9cf0bd5101a622626986d91401ac /opengl/libagl/egl.cpp
parent1e75deb288b06a87a75c027b23521195992016da (diff)
parent274072089ceff6eacb9ccfb59290a18f43739c87 (diff)
downloadframeworks_base-ef11d0c2e45b28ef2586e7c03690d6ada48180e8.tar.gz
frameworks_base-ef11d0c2e45b28ef2586e7c03690d6ada48180e8.tar.bz2
frameworks_base-ef11d0c2e45b28ef2586e7c03690d6ada48180e8.zip
am 27407208: Merge change Icf335098 into eclair
Merge commit '274072089ceff6eacb9ccfb59290a18f43739c87' into eclair-plus-aosp * commit '274072089ceff6eacb9ccfb59290a18f43739c87': 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 8cfa084bbf3..81864bd791b 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 "