Skip to content

Commit de29e8d

Browse files
committed
Update for 4.0.0 release
1 parent 1d22e8c commit de29e8d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

History.rdoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
=== 4.0.0 / 2013-02-24
52

63
RDoc 4.0 includes several new features and several breaking changes. The
74
changes should not affect users of `rdoc` or `ri`.

lib/rdoc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Error < RuntimeError; end
6464
##
6565
# RDoc version you are using
6666

67-
VERSION = '4.0.0.rc.2.1'
67+
VERSION = '4.0.0'
6868

6969
##
7070
# Method visibilities

0 commit comments

Comments
 (0)