From 2ad23b1e166cd447f2caf6d587ed89310d3b8fa0 Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Mon, 11 Mar 2019 19:54:55 +0000 Subject: [PATCH] Update version string --- GL/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GL/state.c b/GL/state.c index 12d2cc5..9a43f2d 100644 --- a/GL/state.c +++ b/GL/state.c @@ -671,7 +671,7 @@ const GLbyte *glGetString(GLenum name) { return "PowerVR2 CLX2 100mHz"; case GL_VERSION: - return "GLdc 1.x"; + return "1.2 (partial) - GLdc 1.0"; case GL_EXTENSIONS: return "GL_ARB_framebuffer_object, GL_ARB_multitexture, GL_ARB_texture_rg, GL_EXT_paletted_texture, GL_EXT_shared_texture_palette, GL_KOS_multiple_shared_palette";