From dfbb5b677c1b293e0177bc99b2d7dcf24e87453d Mon Sep 17 00:00:00 2001 From: drbrain Date: Thu, 14 Feb 2013 22:49:48 +0000 Subject: [PATCH] * lib/rdoc.rb: Update to release version of 4.0.0 * lib/rubygems.rb: Update to release version of 2.0.0 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ lib/rdoc.rb | 2 +- lib/rubygems.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aafc5008ce..eba44e1b3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 15 07:49:27 2013 Eric Hodel + + * 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 * ext/socket/sockport.h (SA_LEN): removed because unused now. diff --git a/lib/rdoc.rb b/lib/rdoc.rb index 6508661d63..32a3658e41 100644 --- a/lib/rdoc.rb +++ b/lib/rdoc.rb @@ -64,7 +64,7 @@ module RDoc ## # RDoc version you are using - VERSION = '4.0.0.rc.2.1' + VERSION = '4.0.0' ## # Method visibilities diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 177774376e..f85117d673 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -8,7 +8,7 @@ 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