Changeset 8419 for trunk/activesupport/lib/active_support/version.rb
- Timestamp:
- 12/16/07 23:30:30 (10 months ago)
- Files:
-
- trunk/activesupport/lib/active_support/version.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/lib/active_support/version.rb
r8330 r8419 3 3 MAJOR = 2 4 4 MINOR = 0 5 TINY = 15 TINY = 2 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.')