* 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
This commit is contained in:
drbrain 2013-02-14 22:49:48 +00:00
Родитель 4faef960f2
Коммит dfbb5b677c
3 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,9 @@
Fri Feb 15 07:49:27 2013 Eric Hodel <drbrain@segment7.net>
* 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@fsij.org>
* ext/socket/sockport.h (SA_LEN): removed because unused now.

Просмотреть файл

@ -64,7 +64,7 @@ module RDoc
##
# RDoc version you are using
VERSION = '4.0.0.rc.2.1'
VERSION = '4.0.0'
##
# Method visibilities

Просмотреть файл

@ -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