I run Ubuntu 14.04 and when I ask for the OpenGL run by my system I get this:
:~$ glxinfo | grep "version"
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0
OpenGL core profile shading language version string: 3.30
OpenGL version string: 3.0 Mesa 11.2.0
OpenGL shading language version string: 1.30
So OpenGL core profile version is 3.3 and OpenGL version is 3.0?!? Does it mean I am running OpenGL 3.3 or 3.0?
I am currently using the GLU which is long deprecated (compiling and running fine). With the version of OpenGL checked above, is this normal that I am using the GLU with no apparent problem?