diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2013-10-04 13:46:35 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2013-10-04 13:46:35 -0700 |
commit | 5ede19b7725b9f83a2231554b6d583117fbbb4c4 (patch) | |
tree | c2d58f4f21f403ecf7e325060687b31ed3f3a9b9 /activesupport | |
parent | 73dff261259913272816d855fb9715790f87f578 (diff) | |
download | rails-5ede19b7725b9f83a2231554b6d583117fbbb4c4.tar.gz rails-5ede19b7725b9f83a2231554b6d583117fbbb4c4.tar.bz2 rails-5ede19b7725b9f83a2231554b6d583117fbbb4c4.zip |
bumping to rc2
Diffstat (limited to 'activesupport')
-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 453f5f8fe2..7e93098fc9 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -3,7 +3,7 @@ module ActiveSupport MAJOR = 3 MINOR = 2 TINY = 15 - PRE = "rc1" + PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |