diff options
author | Miguel <miguelfernandezfernandez@gmail.com> | 2013-01-03 11:54:21 +0100 |
---|---|---|
committer | Miguel <miguelfernandezfernandez@gmail.com> | 2013-01-03 11:54:21 +0100 |
commit | 2e4df2a2893ac95e86952df5ff82e500c19545d9 (patch) | |
tree | 3c19996c00d538793aa24a7f5c52ebe58df3cabb /activesupport | |
parent | 4d4e6e2f2be4f0c3ae2edb9ce56de0840a2abe60 (diff) | |
parent | 8ba3df046f977dddd4bc46248db2a1355bc0ed1e (diff) | |
download | rails-2e4df2a2893ac95e86952df5ff82e500c19545d9.tar.gz rails-2e4df2a2893ac95e86952df5ff82e500c19545d9.tar.bz2 rails-2e4df2a2893ac95e86952df5ff82e500c19545d9.zip |
Merge tag 'v3.2.10' into 3-2-stable
Latest released tag was not fully merged into the stable branch (missed version bumping)
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index c1f9e4b810..94c22b0af6 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -2,7 +2,7 @@ module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 9 + TINY = 10 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') |