* 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
@ -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>
|
Fri Feb 15 07:07:27 2013 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* ext/socket/sockport.h (SA_LEN): removed because unused now.
|
* ext/socket/sockport.h (SA_LEN): removed because unused now.
|
||||||
|
@ -64,7 +64,7 @@ module RDoc
|
|||||||
##
|
##
|
||||||
# RDoc version you are using
|
# RDoc version you are using
|
||||||
|
|
||||||
VERSION = '4.0.0.rc.2.1'
|
VERSION = '4.0.0'
|
||||||
|
|
||||||
##
|
##
|
||||||
# Method visibilities
|
# Method visibilities
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
|
|
||||||
module Gem
|
module Gem
|
||||||
VERSION = '2.0.0.rc.2'
|
VERSION = '2.0.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Must be first since it unloads the prelude from 1.9.2
|
# Must be first since it unloads the prelude from 1.9.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user