aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-10-04 13:46:35 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-10-04 13:46:35 -0700
commit5ede19b7725b9f83a2231554b6d583117fbbb4c4 (patch)
treec2d58f4f21f403ecf7e325060687b31ed3f3a9b9 /activesupport
parent73dff261259913272816d855fb9715790f87f578 (diff)
downloadrails-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.rb2
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