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

root/trunk/activerecord/lib/active_record/version.rb

Revision 8419, 143 bytes (checked in by david, 9 months ago)

Prepare for 2.0.2 release

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.