aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 01:17:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 01:17:26 +0000
commite1374f7b17e0e9087a974f5109500da3c97bf882 (patch)
tree7b6cc27f567ce50e4dd7bee30941b9e72679d26f /railties/Rakefile
parentddcc400293f0857d48b0fec9a5ec8ac70f9043c5 (diff)
downloadrails-e1374f7b17e0e9087a974f5109500da3c97bf882.tar.gz
rails-e1374f7b17e0e9087a974f5109500da3c97bf882.tar.bz2
rails-e1374f7b17e0e9087a974f5109500da3c97bf882.zip
Made ready for release of 0.9.4
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@440 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 386b78cdb2..55c0e176f1 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -9,7 +9,7 @@ require 'rbconfig'
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'rails'
-PKG_VERSION = '0.9.3' + PKG_BUILD
+PKG_VERSION = '0.9.4' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"