CUDA toolkit version

Hello everyone. i have installed CUDA toolkit on my ubuntu 10.04, all i need is to
find out what version i have installed? I mean is there any file containing such
information or command that i can run to see version of my installed toolkit?

Thanks in advance, Ed.

$ nvcc --version

nvcc: NVIDIA (R) Cuda compiler driver

Copyright (c) 2005-2012 NVIDIA Corporation

Built on Thu_Apr__5_00:24:31_PDT_2012

Cuda compilation tools, release 4.2, V0.2.1221

I guess that should be enough for your needs.

Thank you very much. That’s exactly what i wanted.