Skip to content

Commit

Permalink
drop version back down to 0.5.0 so that we can use 0.6.0 for the real
Browse files Browse the repository at this point in the history
next release.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@812 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
leonbreedt committed Feb 27, 2005
1 parent 100015c commit cbe21fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionwebservice/Rakefile
Expand Up @@ -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}"

Expand Down

0 comments on commit cbe21fb

Please sign in to comment.