From 54409a914a5a3270e436b4707b57d2afb3d75a28 Mon Sep 17 00:00:00 2001 From: Eric Hodel Date: Thu, 15 Dec 2011 13:48:15 -0800 Subject: [PATCH] Set version --- History.rdoc | 4 ++-- lib/rdoc.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History.rdoc b/History.rdoc index 0530d472cf..f184dd74d6 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,4 +1,4 @@ -=== 3.12 / ?? +=== 3.12 / 2011-12-15 * Minor enhancements * Added DEVELOPERS document which contains an overview of how RDoc works and @@ -29,7 +29,7 @@ * In rdoc, backspace and ansi formatters, whitespace between label or note and the colon is now stripped. -=== 3.11 / 2011/10-17 +=== 3.11 / 2011-10-17 * Bug fixes * Avoid parsing TAGS files included in gems. Issue #81 by Santiago diff --git a/lib/rdoc.rb b/lib/rdoc.rb index fc8657b94a..86a4ecf5f2 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.11' + VERSION = '3.12' ## # Method visibilities