diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-14 12:26:50 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-14 12:26:50 +0100 |
commit | 61e43700b85de753b6254893d5365e04d3465b9a (patch) | |
tree | c1231e8cecf730407ba2afd1edced737081c54b7 /activesupport/lib | |
parent | 94d6716324126028b89dde886f160474049b1b0c (diff) | |
download | rails-61e43700b85de753b6254893d5365e04d3465b9a.tar.gz rails-61e43700b85de753b6254893d5365e04d3465b9a.tar.bz2 rails-61e43700b85de753b6254893d5365e04d3465b9a.zip |
Prepare for RC2
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 8f5395fca6..6631f233f1 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -2,7 +2,7 @@ module ActiveSupport module VERSION #:nodoc: MAJOR = 2 MINOR = 2 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end |