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

Changeset 5507

Show
Ignore:
Timestamp:
11/13/06 07:13:41 (3 years ago)
Author:
bitsweat
Message:

Rails::VERSION::STRING on trunk is 1.2.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/lib/rails/version.rb

    r4202 r5507  
    22  module VERSION #:nodoc: 
    33    MAJOR = 1 
    4     MINOR = 1 
    5     TINY  = 2 
     4    MINOR = 2 
     5    TINY  = 0 
    66 
    77    STRING = [MAJOR, MINOR, TINY].join('.')