aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-11-12 13:29:31 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-11-12 13:29:31 -0200
commit0d27da5fbd5dc39ec23af51717640d641ff5e48f (patch)
tree39ad504bbe03cc64782340eaa2bc0ad053afa192 /activesupport/lib
parent5f508471b8919ec8d5fc3b6cbe24978a36de8150 (diff)
parentb33cf74a4917c6ac5229ba8d6296d33d0b3437bd (diff)
downloadrails-0d27da5fbd5dc39ec23af51717640d641ff5e48f.tar.gz
rails-0d27da5fbd5dc39ec23af51717640d641ff5e48f.tar.bz2
rails-0d27da5fbd5dc39ec23af51717640d641ff5e48f.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 ec11b029b0..c1f9e4b810 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 = "rc3"
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end