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

ruby-changes:25974

From: drbrain <ko1@a...>
Date: Fri, 30 Nov 2012 13:49:00 +0900 (JST)
Subject: [ruby-changes:25974] drbrain:r38031 (trunk): * lib/rdoc.rb: Set version to 4.0.0.preview2

drbrain	2012-11-30 13:48:50 +0900 (Fri, 30 Nov 2012)

  New Revision: 38031

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

  Log:
    * lib/rdoc.rb:  Set version to 4.0.0.preview2
    * lib/rubygems.rb:  Set version to 2.0.0.preview2

  Modified files:
    trunk/ChangeLog
    trunk/lib/rdoc.rb
    trunk/lib/rubygems.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 38030)
+++ ChangeLog	(revision 38031)
@@ -1,3 +1,8 @@
+Fri Nov 30 13:48:33 2012  Eric Hodel  <drbrain@s...>
+
+	* lib/rdoc.rb:  Set version to 4.0.0.preview2
+	* lib/rubygems.rb:  Set version to 2.0.0.preview2
+
 Fri Nov 30 13:11:53 2012  Eric Hodel  <drbrain@s...>
 
 	* lib/rubygems/commands/setup_command.rb:  Remove old files on install
Index: lib/rdoc.rb
===================================================================
--- lib/rdoc.rb	(revision 38030)
+++ lib/rdoc.rb	(revision 38031)
@@ -64,7 +64,7 @@
   ##
   # RDoc version you are using
 
-  VERSION = '4.0'
+  VERSION = '4.0.0.preview2'
 
   ##
   # Method visibilities
Index: lib/rubygems.rb
===================================================================
--- lib/rubygems.rb	(revision 38030)
+++ lib/rubygems.rb	(revision 38031)
@@ -98,7 +98,7 @@
 require 'rbconfig'
 
 module Gem
-  VERSION = '2.0.a'
+  VERSION = '2.0.0.preview2'
 end
 
 # Must be first since it unloads the prelude from 1.9.2

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

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