mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
4faef960f2
commit
dfbb5b677c
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue