Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/tags/rel_2-0-2/activerecord/lib/active_record/version.rb

Revision 8430, 143 bytes (checked in by david, 1 year ago)

Tagged Rails 2.0.2

Line 
1 module ActiveRecord
2   module VERSION #:nodoc:
3     MAJOR = 2
4     MINOR = 0
5     TINY  = 2
6
7     STRING = [MAJOR, MINOR, TINY].join('.')
8   end
9 end
Note: See TracBrowser for help on using the browser.