aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Test.pm')
0 files changed, 0 insertions, 0 deletions
6'>hotfix/0.19.0.6 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/rails-2.1.0/railties/lib/rails/version.rb
blob: 48d24da52ef37f9a75f5330f518e7f469dee37ed (plain)
1
2
3
4
5
6
7
8
9
module Rails
  module VERSION #:nodoc:
    MAJOR = 2
    MINOR = 1
    TINY  = 0

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end