diff options
| author | 2009-11-12 23:06:15 -0800 | |
|---|---|---|
| committer | 2009-11-12 23:06:15 -0800 | |
| commit | fb10b6f27805dabeba74c40b818c8d9fe800150a (patch) | |
| tree | 8cc17dde4c5a14cc48159ea79c14d322d8fbf671 /opengl/libagl/egl.cpp | |
| parent | 2f06e94ed28a3f7b7e07fb53e687213f324b40d9 (diff) | |
| parent | 028bd87aef8939368011d80edc6074053df525cb (diff) | |
am 27407208: Merge change Icf335098 into eclair
Merge commit '274072089ceff6eacb9ccfb59290a18f43739c87' into eclair-mr2
* 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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp index 673c174ef4..781b8c33fd 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 " |