On Tue, 8 Apr 2008 08:17:53 +0900
"Satoru KURASHIKI" <[EMAIL PROTECTED]> wrote:
> $ g++-4.2 --version
> g++-4.2 (GCC) 4.2.3 (Debian 4.2.3-3)
> --
> to:
> --
> $ g++-4.3 --version
> g++-4.3 (Debian 4.3.0-3) 4.3.1 20080401 (prerelease)
> --

 How about this?

$ g++-4.2 -v 2>&1|grep version|cut -d' ' -f3
4.2.3
$ g++-4.3 -v 2>&1|grep version|cut -d' ' -f3
4.3.1



-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/iijmio-mail.jp



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to