summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/rake/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 445940b295..b5bb7fa406 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 1 12:20:00 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * lib/rake/version.rb: Fix RDoc warning with :include: [Bug #8347]
+
Wed May 1 11:40:25 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* defs/id.def (predefined): add "idProc".
diff --git a/lib/rake/version.rb b/lib/rake/version.rb
index b865b9d59a..25d806a3c4 100644
--- a/lib/rake/version.rb
+++ b/lib/rake/version.rb
@@ -1,4 +1,4 @@
-# :include: lib/rake/doc/README.rdoc
+# :include: doc/README.rdoc
module Rake
VERSION = '0.9.6'