public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@459 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Tue Jan 18 06:17:52 -0800 2005
commit  2de7707e120a5e441084b3b2146a55a5768d828e
tree    c56ab16318dabc31e7325e96d9d2d6adff8d4b02
parent  a5364fb3ac5eec8a9b4a9207988d4b0cf1037c54
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'
0
 
0
 PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
0
 PKG_NAME = 'actionmailer'
0
-PKG_VERSION = '0.6.0' + PKG_BUILD
0
+PKG_VERSION = '0.6.1' + PKG_BUILD
0
 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
0
 
0
 desc "Default Task"

Comments

    No one has commented yet.