diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-17 01:13:15 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-17 01:13:15 +0000 |
commit | ddcc400293f0857d48b0fec9a5ec8ac70f9043c5 (patch) | |
tree | abecece1bb0ba5a3d8a2e6a138bab65a61445b65 /activerecord/Rakefile | |
parent | 9577f0f57c6ad60e82d1ec07d528186918c4a66e (diff) | |
download | rails-ddcc400293f0857d48b0fec9a5ec8ac70f9043c5.tar.gz rails-ddcc400293f0857d48b0fec9a5ec8ac70f9043c5.tar.bz2 rails-ddcc400293f0857d48b0fec9a5ec8ac70f9043c5.zip |
Made ready for release of 0.9.4
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@439 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/Rakefile')
-rwxr-xr-x | activerecord/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile index 610a5d38f1..b1b865bd2e 100755 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher' PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' PKG_NAME = 'activerecord' -PKG_VERSION = '1.4.0' + PKG_BUILD +PKG_VERSION = '1.5.0' + PKG_BUILD PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" PKG_FILES = FileList[ |