diff options
| author | 2010-10-21 10:47:32 -0700 | |
|---|---|---|
| committer | 2010-10-21 10:47:32 -0700 | |
| commit | 41e5645b1a9f416f926c7f2aa024ed0bef206076 (patch) | |
| tree | 098417931546946efcd3ae0cd964b2d743dc5d89 /opengl/libagl/egl.cpp | |
| parent | e01f9004a2f46671753a9540d3f27be1b2161ce8 (diff) | |
| parent | 309be7131f8a969fb3715665fba389f0ac9f3852 (diff) | |
am add9db83: am f4cd9be0: Merge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number" into gingerbread
Merge commit 'add9db83fdbf939f0610f8b357788fd3e8ad9ab5'
* commit 'add9db83fdbf939f0610f8b357788fd3e8ad9ab5':
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 239dc05c05..4399953482 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 " |