Skip to content

Commit 54409a9

Browse files
committed
Set version
1 parent 0217504 commit 54409a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

History.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== 3.12 / ??
1+
=== 3.12 / 2011-12-15
22

33
* Minor enhancements
44
* Added DEVELOPERS document which contains an overview of how RDoc works and
@@ -29,7 +29,7 @@
2929
* In rdoc, backspace and ansi formatters, whitespace between label or note
3030
and the colon is now stripped.
3131

32-
=== 3.11 / 2011/10-17
32+
=== 3.11 / 2011-10-17
3333

3434
* Bug fixes
3535
* Avoid parsing TAGS files included in gems. Issue #81 by Santiago

lib/rdoc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def self.const_missing const_name # :nodoc:
108108
##
109109
# RDoc version you are using
110110

111-
VERSION = '3.11'
111+
VERSION = '3.12'
112112

113113
##
114114
# Method visibilities

0 commit comments

Comments
 (0)