diff options
| author | 2010-10-19 18:26:28 -0700 | |
|---|---|---|
| committer | 2010-10-19 18:26:28 -0700 | |
| commit | add9db83fdbf939f0610f8b357788fd3e8ad9ab5 (patch) | |
| tree | 1620dd0fb8ee465cc2c0ff1425db88624f204786 /opengl/libagl/egl.cpp | |
| parent | 62ad0db62393073a8cda9b21e4ae1506954c10a5 (diff) | |
| parent | f4cd9be0390135269e22e42fd2e1fe61fdcf9863 (diff) | |
am f4cd9be0: Merge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number" into gingerbread
Merge commit 'f4cd9be0390135269e22e42fd2e1fe61fdcf9863' into gingerbread-plus-aosp
* commit 'f4cd9be0390135269e22e42fd2e1fe61fdcf9863':
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 460b74ff3885..43fece29e18e 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 " |