instiki/vendor/rails/activesupport/lib/active_support/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
144 B
Ruby

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