aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-07 02:51:12 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-07 02:51:12 +0000
commit134de16803af02ded1a390d67a919ade19955f8a (patch)
treefa88c36c70c009bcc0cebab9b57fda9a3c0253cc /lib/rdoc.rb
parent92898f801d353e656935d48cb0c340fc158d77c6 (diff)
downloadruby-134de16803af02ded1a390d67a919ade19955f8a.tar.gz
* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta1
This version is mostly same as r56072. It contains to remove code for Ruby 1.8 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc.rb')
-rw-r--r--lib/rdoc.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rdoc.rb b/lib/rdoc.rb
index 494d5d9f4a..43da573d26 100644
--- a/lib/rdoc.rb
+++ b/lib/rdoc.rb
@@ -65,7 +65,7 @@ module RDoc
##
# RDoc version you are using
- VERSION = '4.2.3'
+ VERSION = '5.0.0.beta1'
##
# Method visibilities
@@ -185,4 +185,3 @@ module RDoc
autoload :Require, 'rdoc/require'
end
-