From 24c0d0764b9ae8ebabbac7bd89335763ade06fa9 Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 30 Nov 2012 04:48:50 +0000 Subject: * 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 --- lib/rdoc.rb | 2 +- lib/rubygems.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/rdoc.rb b/lib/rdoc.rb index 5c2df18a0d..23b63bb8e5 100644 --- a/lib/rdoc.rb +++ b/lib/rdoc.rb @@ -64,7 +64,7 @@ module RDoc ## # RDoc version you are using - VERSION = '4.0' + VERSION = '4.0.0.preview2' ## # Method visibilities diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 72669fe65b..89f718da24 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -98,7 +98,7 @@ require 'rbconfig' module Gem - VERSION = '2.0.a' + VERSION = '2.0.0.preview2' end # Must be first since it unloads the prelude from 1.9.2 -- cgit v1.2.3