From 92c591cc61581c8d55e3408ae35f72848759b0be Mon Sep 17 00:00:00 2001 From: Eric Hodel Date: Sun, 24 Feb 2013 11:27:02 -0800 Subject: [PATCH] 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. --- History.rdoc | 2 +- lib/rdoc.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.rdoc b/History.rdoc index 2f328afec0..50c1edebf3 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,4 +1,4 @@ -=== 3.13 +=== 3.12.2 * Bug fixes * Fixed bug in syntax-highlighting that would corrupt regular expressions. diff --git a/lib/rdoc.rb b/lib/rdoc.rb index 9928325a4a..b03f8270f8 100644 --- a/lib/rdoc.rb +++ b/lib/rdoc.rb @@ -108,7 +108,7 @@ def self.const_missing const_name # :nodoc: ## # RDoc version you are using - VERSION = '3.12.1' + VERSION = '3.12.2' ## # Method visibilities