instiki/vendor/rails/activerecord/lib/active_record/version.rb
Jacques Distler e2ccdfd812 Instiki 0.16.5
Update to Rails 2.3.2 (the stable Rails 2.3 release).
Add audio/speex support
Update CHANGELOG
Bump version number
2009-03-16 09:55:30 -05:00

10 lines
143 B
Ruby

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