mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-18 01:59:02 +02:00
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@467 a4c988fc-2ded-0310-b66e-134b36920a42
9 lines
143 B
Ruby
9 lines
143 B
Ruby
module ActionMailer
|
|
module VERSION #:nodoc:
|
|
MAJOR = 1
|
|
MINOR = 3
|
|
TINY = 1
|
|
|
|
STRING = [MAJOR, MINOR, TINY].join('.')
|
|
end
|
|
end
|