Checking/determining GLSL version?

Is there a way to check at run time, or otherwise I suppose, which version of GLSL is supported by my card/driver?
CD

glGetString(GL_SHADING_LANGUAGE_VERSION);

http://www.opengl.org/sdk/docs/man/xhtml/glGetString.xml

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.