aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/version.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-29 13:12:44 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-29 13:12:44 -0300
commit5284e650be321273a2bb68bf4baa8adeb6bc586b (patch)
tree4cdff01f7bf63520493ba3dfe2540fc9affbf467 /activesupport/lib/active_support/version.rb
parentb395ca1fda3a3a41714511b111d353b8dade3b6c (diff)
downloadrails-5284e650be321273a2bb68bf4baa8adeb6bc586b.tar.gz
rails-5284e650be321273a2bb68bf4baa8adeb6bc586b.tar.bz2
rails-5284e650be321273a2bb68bf4baa8adeb6bc586b.zip
Bumping to 3.2.3.rc2
Diffstat (limited to 'activesupport/lib/active_support/version.rb')
-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 844cdae66d..57cd9cc1b3 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 = 3
- PRE = "rc1"
+ PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end