The library does NOT depend on the version, since it supports pluggable engines.
Currently the only available engine is focused on AMD GCN GPUs and uses OpenCL 2.0 features in its kernels.
Other engines are possible and planned, notably one that would work with older versions of OpenCL and support tuning for Nvidia.
As soon as NVIDIA support OpenCL 2.0 in their drivers, which may be this year and is technically possible, but depends on their strategy to promote CUDA. But, you can write OpenCL 1.2 code with ClojureCL and it will work on NVIDIA. Or, if you need 2.0, use AMD...