ruby-changes:27266
From: drbrain <ko1@a...>
Date: Tue, 19 Feb 2013 14:06:57 +0900 (JST)
Subject: [ruby-changes:27266] drbrain:r39318 (ruby_2_0_0): * lib/rdoc.rb: Update to release version of 4.0.0
drbrain 2013-02-19 14:06:36 +0900 (Tue, 19 Feb 2013) New Revision: 39318 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39318 Log: * lib/rdoc.rb: Update to release version of 4.0.0 * lib/rubygems.rb: Update to release version of 2.0.0 Modified files: branches/ruby_2_0_0/ChangeLog branches/ruby_2_0_0/lib/rdoc.rb branches/ruby_2_0_0/lib/rubygems.rb Index: ruby_2_0_0/ChangeLog =================================================================== --- ruby_2_0_0/ChangeLog (revision 39317) +++ ruby_2_0_0/ChangeLog (revision 39318) @@ -1,3 +1,11 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1 +Tue Feb 19 13:57:26 2013 Eric Hodel <drbrain@s...> + + * backport r39247 from trunk. [Bug #7853] + + * lib/rdoc.rb: Update to release version of 4.0.0 + + * lib/rubygems.rb: Update to release version of 2.0.0 + Tue Feb 19 12:25:27 2013 Nobuyoshi Nakada <nobu@r...> * win32/Makefile.sub (config.status): site and vendor directories Index: ruby_2_0_0/lib/rdoc.rb =================================================================== --- ruby_2_0_0/lib/rdoc.rb (revision 39317) +++ ruby_2_0_0/lib/rdoc.rb (revision 39318) @@ -64,7 +64,7 @@ module RDoc https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/lib/rdoc.rb#L64 ## # RDoc version you are using - VERSION = '4.0.0.rc.2.1' + VERSION = '4.0.0' ## # Method visibilities Index: ruby_2_0_0/lib/rubygems.rb =================================================================== --- ruby_2_0_0/lib/rubygems.rb (revision 39317) +++ ruby_2_0_0/lib/rubygems.rb (revision 39318) @@ -8,7 +8,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/lib/rubygems.rb#L8 require 'rbconfig' module Gem - VERSION = '2.0.0.rc.2' + VERSION = '2.0.0' end # Must be first since it unloads the prelude from 1.9.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/