SWIG version check?

4

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

Arkapravo

Posted 2010-06-24T07:09:56.440

Reputation: 471

Answers

9

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

msw

Posted 2010-06-24T07:09:56.440

Reputation: 3 287

swig -version is just fine ! Thanks ..... funnily it was not working my computer...now it does ! – Arkapravo – 2010-06-29T14:45:01.580