nv_shader_atomic_int64: don't require GLSL 4.40
While the extension is written against the GLSL 4.40 spec, it in no way requires GLSL 4.40. Reduce the version to 4.30 to avoid funny business with compute shaders.
Signed-off-by: Ilia Mirkin imirkin@alum.mit.edu