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

root/branches/1-2-stable/activesupport/lib/active_support/version.rb

Revision 7841, 144 bytes (checked in by david, 1 year ago)

Update versions for release

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