diff options
| author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-19 05:06:36 +0000 |
|---|---|---|
| committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-19 05:06:36 +0000 |
| commit | 463c1ad110719f293476a325bcbdc462ececec0f (patch) | |
| tree | 46d00ee38e55ca9c3dd9eb9ffd714f0b2ff8ebe3 | |
| parent | fc23f8c695efd04a1ca05a4674da5408bbc4082c (diff) | |
* 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/branches/ruby_2_0_0@39318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | lib/rdoc.rb | 2 | ||||
| -rw-r--r-- | lib/rubygems.rb | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +Tue Feb 19 13:57:26 2013 Eric Hodel <drbrain@segment7.net> + + * 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@ruby-lang.org> * win32/Makefile.sub (config.status): site and vendor directories 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 |
