aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-03 11:01:50 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-03 11:01:50 -0300
commit65b5e35e898ac09a50b61c671d98a3cf92453003 (patch)
tree679b225b8db2fec91499738ab80993abc8c90690 /activesupport
parent5f9ae95e9be8d81ab37e02f97435f28d3aed6923 (diff)
downloadrails-65b5e35e898ac09a50b61c671d98a3cf92453003.tar.gz
rails-65b5e35e898ac09a50b61c671d98a3cf92453003.tar.bz2
rails-65b5e35e898ac09a50b61c671d98a3cf92453003.zip
Bump to 3.2.8.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 bc3f3a9d07..e791f7e4f4 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 = 8
- PRE = "rc1"
+ PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end