diff options
| author | 2009-11-12 15:36:27 -0800 | |
|---|---|---|
| committer | 2009-11-12 15:36:27 -0800 | |
| commit | 028bd87aef8939368011d80edc6074053df525cb (patch) | |
| tree | 38eb91c46f42f7e7fc599b6af410d32f262ad661 /opengl/libagl/egl.cpp | |
| parent | a31244a0f3195b40b10de4eaba1d8c18b128844f (diff) | |
| parent | 1eeffc68149c9602c05c8ab5cbbdd8027e9a6fdf (diff) | |
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.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 " |