[fxruby-users] FXRuby and FOX versions
lyle at knology.net
lyle at knology.net
Thu Apr 27 09:49:16 EDT 2006
On Thu, 27 Apr 2006 09:44:05 -0400, "Thomas Vanier"
<thomas.vanier at gmail.com> wrote :
> Is there an easy way to get the FXRuby and FOX versions used by the
> program ?
> Something like the RUBY_VERSION constant :
> irb(main):003:0> RUBY_VERSION
> => "1.8.4"
Yes. The fxrubyversion module method returns the FXRuby version:
Fox.fxrubyversion ==> "1.4.6"
and the fxversion method returns the version number of the FOX library that
you've linked against:
Fox.fxversion ==> "1.4.29"
Hope this helps,
Lyle
More information about the fxruby-users
mailing list