Ruby_version

Currently RUBY_VERSION reports 1.0.0.0. This is set in
Ruby.Runtime.RubyContext.

    public const string/*!*/ Version = "1.0.0.0";

What is the strategy for this value? Will it be set to the CRuby
version
that we are targeting, e.g. 1.8.6 or will IronRuby run its own version
numbering?

Pete

It should be CRuby version. We can introduce additional constant
IRONRUBY_VERSION if necessary.

Tomas

From: [email protected]
[mailto:[email protected]] On Behalf Of Peter Bacon
Darwin
Sent: Thursday, January 10, 2008 1:37 PM
To: [email protected]
Subject: [Ironruby-core] RUBY_VERSION

Currently RUBY_VERSION reports 1.0.0.0. This is set in
Ruby.Runtime.RubyContext.
public const string/!/ Version = “1.0.0.0”;
What is the strategy for this value? Will it be set to the CRuby
version that we are targeting, e.g. 1.8.6 or will IronRuby run its own
version numbering?
Pete