instiki/vendor/rails/activerecord/lib/active_record/version.rb
Jacques Distler 207fb1f7f2 New Version
Sync with Latest Instiki Trunk.
Migrate to Rails 1.2.5.
Bump version number.
2007-10-15 12:16:54 -05:00

10 lines
144 B
Ruby

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