diff options
| author | 2010-10-19 18:23:19 -0700 | |
|---|---|---|
| committer | 2010-10-19 18:23:19 -0700 | |
| commit | 1aedd5613e223409dafb0940cf05f2d8c31886fc (patch) | |
| tree | 2be6180be2c505895805cf583c10f2640c03b8af /opengl/libagl/egl.cpp | |
| parent | 512445175577b3e11f30c7fc4b8879067225b12e (diff) | |
| parent | 141550bc18f670f7e7ec65fc25363da3dd35d52e (diff) | |
Merge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number" into gingerbread
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 163b2dbcd3..3fb322a959 100644 --- a/opengl/libagl/egl.cpp +++ b/opengl/libagl/egl.cpp @@ -840,7 +840,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 1.1.0"; +static char const * const gVersionString = "1.2 Android Driver 1.2.0"; static char const * const gClientApiString = "OpenGL ES"; static char const * const gExtensionsString = "EGL_KHR_image_base " |