We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d22e8c commit de29e8dCopy full SHA for de29e8d
History.rdoc
@@ -1,7 +1,4 @@
1
-=== 4.0.0.rc.2.1
2
-
3
-As a preview release, please file bugs for any problems you have with rdoc at
4
-https://github.com/rdoc/rdoc/issues
+=== 4.0.0 / 2013-02-24
5
6
RDoc 4.0 includes several new features and several breaking changes. The
7
changes should not affect users of `rdoc` or `ri`.
lib/rdoc.rb
@@ -64,7 +64,7 @@ class Error < RuntimeError; end
64
##
65
# RDoc version you are using
66
67
- VERSION = '4.0.0.rc.2.1'
+ VERSION = '4.0.0'
68
69
70
# Method visibilities
0 commit comments