~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/actionmailer/lib/action_mailer/version.rb

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
module ActionMailer
2
 
  module VERSION #:nodoc:
3
 
    MAJOR = 2
4
 
    MINOR = 3
5
 
    TINY  = 5
6
 
 
7
 
    STRING = [MAJOR, MINOR, TINY].join('.')
8
 
  end
9
 
end