diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2013-03-06 15:05:13 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2013-03-06 15:05:13 -0800 |
commit | ccf256d8dcc68d975bbf00780c3b4096f47e29d3 (patch) | |
tree | a4fb709104d03b2e10694b39be9f0bc4c4e85413 /activesupport | |
parent | 1b699fc8ad0eaf3503ec095413866ec5e4794162 (diff) | |
download | rails-ccf256d8dcc68d975bbf00780c3b4096f47e29d3.tar.gz rails-ccf256d8dcc68d975bbf00780c3b4096f47e29d3.tar.bz2 rails-ccf256d8dcc68d975bbf00780c3b4096f47e29d3.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 2e1c2ac36e..ce6a47f110 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 = 13 - PRE = "rc1" + PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |