diff options
author | Leon Breedt <bitserf@gmail.com> | 2005-02-27 21:39:02 +0000 |
---|---|---|
committer | Leon Breedt <bitserf@gmail.com> | 2005-02-27 21:39:02 +0000 |
commit | cbe21fb498b7dc5345c859ad66c102682934de71 (patch) | |
tree | 7bc56eda5f1594e05b9104e82ab89deca2cb13b3 /actionwebservice | |
parent | 100015cd806e31578a03ba23ffbc12c093118a26 (diff) | |
download | rails-cbe21fb498b7dc5345c859ad66c102682934de71.tar.gz rails-cbe21fb498b7dc5345c859ad66c102682934de71.tar.bz2 rails-cbe21fb498b7dc5345c859ad66c102682934de71.zip |
drop version back down to 0.5.0 so that we can use 0.6.0 for the real
next release.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@812 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice')
-rw-r--r-- | actionwebservice/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile index 72c767976d..71f7290988 100644 --- a/actionwebservice/Rakefile +++ b/actionwebservice/Rakefile @@ -9,7 +9,7 @@ require 'fileutils' PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' PKG_NAME = 'actionwebservice' -PKG_VERSION = '0.6.0' + PKG_BUILD +PKG_VERSION = '0.5.0' + PKG_BUILD PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}" |