Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jan 18, 2005
1 parent a5364fb commit 2de7707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'

PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
PKG_NAME = 'actionmailer'
PKG_VERSION = '0.6.0' + PKG_BUILD
PKG_VERSION = '0.6.1' + PKG_BUILD
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"

desc "Default Task"
Expand Down

0 comments on commit 2de7707

Please sign in to comment.