Project

General

Profile

Actions

Bug #1684

closed

ruby/rubyw.rc still say 1.9.1

Added by rogerdpack (Roger Pack) almost 16 years ago. Updated about 14 years ago.

Status:
Closed
Target version:
-
ruby -v:
trunk
Backport:
[ruby-core:24007]

Description

=begin
though ruby -v says "1.9.2dev" ruby.rc still says 1.9.1
Could use updating sometime.
Thanks.
=end

Actions #1

Updated by rogerdpack (Roger Pack) almost 16 years ago

=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

Actions #2

Updated by luislavena (Luis Lavena) almost 16 years ago

=begin
On Wed, Jun 24, 2009 at 8:04 PM, Roger Pack 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éry

=end

Actions #3

Updated by yugui (Yuki Sonoda) almost 16 years ago

  • Assignee set to nobu (Nobuyoshi Nakada)

=begin

=end

Actions #4

Updated by nobu (Nobuyoshi Nakada) almost 16 years ago

  • Category set to core
  • Status changed from Open to Closed
  • Assignee changed from nobu (Nobuyoshi Nakada) to usa (Usaku NAKAMURA)

=begin
Applied in changeset r23839.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0