Actions
Bug #1684
closedruby/rubyw.rc still say 1.9.1
Bug #1684:
ruby/rubyw.rc still say 1.9.1
Description
=begin
though ruby -v says "1.9.2dev" ruby.rc still says 1.9.1
Could use updating sometime.
Thanks.
=end
Actions
Added by rogerdpack (Roger Pack) over 16 years ago. Updated over 14 years ago.
Description
=begin
though ruby -v says "1.9.2dev" ruby.rc still says 1.9.1
Could use updating sometime.
Thanks.
=end
=begin
as a note, appears the makefile still refers to it as 1.9.1, too
./win32 msvcrt-ruby191.rc msvcrt-ruby191.res.o
Thanks.
=r
=end
=begin
On Wed, Jun 24, 2009 at 8:04 PM, Roger Packredmine@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
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éry
=end
=begin
=end
=begin
Applied in changeset r23839.
=end