aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-08-29 22:06:48 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-08-29 22:06:48 -0700
commitb8619426916fdad32ab743f1c0b42dd19d4ebe71 (patch)
treee8e6435bfc2a180ae2f01fe231870feb17896b40 /Rakefile
parentef572cad0a0dcee143c70cc0c675d69e39e01633 (diff)
downloadrails-b8619426916fdad32ab743f1c0b42dd19d4ebe71.tar.gz
rails-b8619426916fdad32ab743f1c0b42dd19d4ebe71.tar.bz2
rails-b8619426916fdad32ab743f1c0b42dd19d4ebe71.zip
Update CHANGELOGs for 3.0 release and upcoming 3.1
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 092d854c35..5065fb286b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -144,6 +144,7 @@ task :rdoc do
FileUtils.copy "activerecord/examples/associations.png", "doc/rdoc/files/examples/associations.png"
end
+desc 'Bump all versions to match version.rb'
task :update_versions do
require File.dirname(__FILE__) + "/version"