lyle@knology.net
2005-Apr-16 20:40 UTC
[fxruby-users] Re: [fxruby-announce] [ANN] FXRuby 1.2.6 Now Available
On Sat, 16 Apr 2005 22:36:17 +0200, meinrad recheis <meinrad.recheis@gmx.at> wrote :> how can the actual fxruby version be retrieved at runtime?The result of the Fox.fxruby_version module method is a string containing the FXRuby version number: $ ruby -rfox12 -e ''puts Fox.fxruby_version'' 1.2.6 Hope this helps, Lyle