Skip to content

Commit 01275ae

Browse files
committed
Bump version
1 parent d1a9e4d commit 01275ae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 3.8 / ??
2+
3+
* Minor enhancements
4+
* RDoc::Parser::C can now discover methods on ENV and ARGF.
5+
* RDoc::Parser::C now knows about rb_cSocket and rb_mDL.
6+
17
=== 3.7 / 2011-06-27
28

39
* Minor enhancements

lib/rdoc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def self.const_missing const_name # :nodoc:
104104
##
105105
# RDoc version you are using
106106

107-
VERSION = '3.7'
107+
VERSION = '3.8'
108108

109109
##
110110
# Method visibilities

0 commit comments

Comments
 (0)