aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-11-09 16:05:18 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-11-09 16:05:18 -0200
commitc50c8c1dc15d12dcc78a30a494174ba76eeca6b4 (patch)
treec2f4e71ca305a5f0396d2893fd655199fec4ef68 /activesupport/lib
parent68e001f6e2d0de148adba46f1185e198702a4b97 (diff)
parentdb1d5f40714a47c58c13ff7d9643e8a0dec6bef8 (diff)
downloadrails-c50c8c1dc15d12dcc78a30a494174ba76eeca6b4.tar.gz
rails-c50c8c1dc15d12dcc78a30a494174ba76eeca6b4.tar.bz2
rails-c50c8c1dc15d12dcc78a30a494174ba76eeca6b4.zip
Merge branch '3-2-9' into 3-2-stable
Diffstat (limited to 'activesupport/lib')
-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 8b9cb02167..ec11b029b0 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 = "rc2"
+ PRE = "rc3"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end