[前][次][番号順一覧][スレッド一覧]

ruby-changes:27195

From: drbrain <ko1@a...>
Date: Fri, 15 Feb 2013 07:59:17 +0900 (JST)
Subject: [ruby-changes:27195] drbrain:r39247 (trunk): * lib/rdoc.rb: Update to release version of 4.0.0

drbrain	2013-02-15 07:49:48 +0900 (Fri, 15 Feb 2013)

  New Revision: 39247

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39247

  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:
    trunk/ChangeLog
    trunk/lib/rdoc.rb
    trunk/lib/rubygems.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39246)
+++ ChangeLog	(revision 39247)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Feb 15 07:49:27 2013  Eric Hodel  <drbrain@s...>
+
+	* lib/rdoc.rb:  Update to release version of 4.0.0
+
+	* lib/rubygems.rb:  Update to release version of 2.0.0
+
 Fri Feb 15 07:07:27 2013  Tanaka Akira  <akr@f...>
 
 	* ext/socket/sockport.h (SA_LEN): removed because unused now.
Index: lib/rdoc.rb
===================================================================
--- lib/rdoc.rb	(revision 39246)
+++ lib/rdoc.rb	(revision 39247)
@@ -64,7 +64,7 @@ module RDoc https://github.com/ruby/ruby/blob/trunk/lib/rdoc.rb#L64
   ##
   # RDoc version you are using
 
-  VERSION = '4.0.0.rc.2.1'
+  VERSION = '4.0.0'
 
   ##
   # Method visibilities
Index: lib/rubygems.rb
===================================================================
--- lib/rubygems.rb	(revision 39246)
+++ lib/rubygems.rb	(revision 39247)
@@ -8,7 +8,7 @@ https://github.com/ruby/ruby/blob/trunk/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/

[前][次][番号順一覧][スレッド一覧]