aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-11-01 15:37:58 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-11-01 15:37:58 -0200
commitde3dff317010df12d15225f2bca4a7e914eb596c (patch)
tree4a2791655e77390c4121ce817485f9ad6ae5b7f1 /activesupport
parentc368b660be2433e291a2c87b3eb3de3dfac397ef (diff)
downloadrails-de3dff317010df12d15225f2bca4a7e914eb596c.tar.gz
rails-de3dff317010df12d15225f2bca4a7e914eb596c.tar.bz2
rails-de3dff317010df12d15225f2bca4a7e914eb596c.zip
Bump to 3.2.9.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 b78a5f789d..8b9cb02167 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 = 9
- PRE = "rc1"
+ PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end