On Wed, Jun 24, 2009 at 8:04 PM, Roger Pack<redmine / ruby-lang.org> wrote: > Issue #1684 has been updated by Roger Pack. > > > as a note, appears the makefile still refers to it as 1.9.1, too > > /win32 msvcrt-ruby191.rc msvcrt-ruby191.res.o The version number exposed there is not the version of Ruby itself but the Ruby API version. As note, 1.8.6 is API compatible with 1.8.5, so the ruby_version of RbConfig::CONFIG is 1.8 1.9.2 is API compatible with 1.9.1, so ruby_version is '1.9.1' This was the answer I got when asked about lib/ruby/#{ruby_version} being 1.9.1 instead of MAJOR.MINOR -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-ExupñÓy