diff options
author | Brian <[email protected]> | 2007-03-07 13:07:07 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-03-07 13:07:07 -0700 |
commit | 842c782ceede0548546a7a015c6e04a4626f7b37 (patch) | |
tree | 0be8d5a6d5b79c6242385dc3c6cb6be4ab339b64 /src/mesa/main/getstring.c | |
parent | faeea574afcdd45200aea4a78fb7d80b2aa56552 (diff) |
use 2.0, 2.1 version strings
Diffstat (limited to 'src/mesa/main/getstring.c')
-rw-r--r-- | src/mesa/main/getstring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c index f033ddc8954..e41e9899ef6 100644 --- a/src/mesa/main/getstring.c +++ b/src/mesa/main/getstring.c @@ -54,8 +54,8 @@ _mesa_GetString( GLenum name ) static const char *version_1_3 = "1.3 Mesa " MESA_VERSION_STRING; static const char *version_1_4 = "1.4 Mesa " MESA_VERSION_STRING; static const char *version_1_5 = "1.5 Mesa " MESA_VERSION_STRING; - static const char *version_2_0 = "1.5 Mesa " MESA_VERSION_STRING; - static const char *version_2_1 = "1.5 Mesa " MESA_VERSION_STRING; + static const char *version_2_0 = "2.0 Mesa " MESA_VERSION_STRING; + static const char *version_2_1 = "2.1 Mesa " MESA_VERSION_STRING; #if FEATURE_ARB_shading_language_100 static const char *sl_version_110 = "1.10 Mesa " MESA_VERSION_STRING; |