mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc.rb: Set version to 4.0.0.preview2
* lib/rubygems.rb: Set version to 2.0.0.preview2 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
368d99b391
commit
24c0d0764b
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Nov 30 13:48:33 2012 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
|
* lib/rdoc.rb: Set version to 4.0.0.preview2
|
||||||
|
* lib/rubygems.rb: Set version to 2.0.0.preview2
|
||||||
|
|
||||||
Fri Nov 30 13:11:53 2012 Eric Hodel <drbrain@segment7.net>
|
Fri Nov 30 13:11:53 2012 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* lib/rubygems/commands/setup_command.rb: Remove old files on install
|
* lib/rubygems/commands/setup_command.rb: Remove old files on install
|
||||||
|
|
|
@ -64,7 +64,7 @@ module RDoc
|
||||||
##
|
##
|
||||||
# RDoc version you are using
|
# RDoc version you are using
|
||||||
|
|
||||||
VERSION = '4.0'
|
VERSION = '4.0.0.preview2'
|
||||||
|
|
||||||
##
|
##
|
||||||
# Method visibilities
|
# Method visibilities
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
|
|
||||||
module Gem
|
module Gem
|
||||||
VERSION = '2.0.a'
|
VERSION = '2.0.0.preview2'
|
||||||
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…
Reference in a new issue