Is there any command line check for the version of SWIG ?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I get:

$ swig -version

SWIG Version 1.3.40

Compiled with g++ [i686-pc-linux-gnu]
Please see http://www.swig.org for reporting bugs and further information

Did you mean something else?

$ swig -version | perl -nae 'print "$F[2]\n" if /SWIG Version/i;'
1.3.40
link|improve this answer
swig -version is just fine ! Thanks ..... funnily it was not working my computer...now it does ! – Arkapravo Jun 29 '10 at 14:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.