is there way to dump the version of clang something like <br>gcc -dumpversion. <br><br>clang -v gives lot more information <br>[deleisha@deleisha CertificateProvider]$ clang -v<br>clang version 3.0 (tags/RELEASE_30/final)<br>
Target: x86_64-unknown-linux-gnu<br>Thread model: posix<br>[deleisha@deleisha CertificateProvider]$ <br><br>i m interested to get only 3.0 without any further processing.<br><br>--Dev<br>