Skip to content

Commit 92c591c

Browse files
committed
Set version to 3.12.2
The parser changes to support %i were only bug fixes to master. As it happens, %i support is by accident and RDoc consideres this a method call to %. This should probably be fixed in master at some point.
1 parent 96c3d72 commit 92c591c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

History.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== 3.13
1+
=== 3.12.2
22

33
* Bug fixes
44
* Fixed bug in syntax-highlighting that would corrupt regular expressions.

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.12.1'
111+
VERSION = '3.12.2'
112112

113113
##
114114
# Method visibilities

0 commit comments

Comments
 (0)