instiki/vendor/rails/actionmailer/lib/action_mailer/version.rb
Jacques Distler c358389f25 TeX and CSS tweaks.
Sync with latest Instiki Trunk
(Updates Rails to 1.2.2)
2007-02-09 02:04:31 -06:00

10 lines
143 B
Ruby

module ActionMailer
module VERSION #:nodoc:
MAJOR = 1
MINOR = 3
TINY = 2
STRING = [MAJOR, MINOR, TINY].join('.')
end
end