aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-03 11:39:29 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-01-03 11:39:29 -0800
commitef727a65411913537b90d14eb73241795efbc478 (patch)
tree4a03a8b5312c6ffa6e2767140411865d1cbe08ab /activerecord
parent4179470f0116a08a1838c474ba5541bb33658c9d (diff)
parent2e4df2a2893ac95e86952df5ff82e500c19545d9 (diff)
downloadrails-ef727a65411913537b90d14eb73241795efbc478.tar.gz
rails-ef727a65411913537b90d14eb73241795efbc478.tar.bz2
rails-ef727a65411913537b90d14eb73241795efbc478.zip
Merge pull request #8716 from miguelff/3-2-stable
Merged latest released tag (v3.2.10) into the stable branch (3-2-stable)
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb
index 7a45f838c0..36266e968b 100644
--- a/activerecord/lib/active_record/version.rb
+++ b/activerecord/lib/active_record/version.rb
@@ -2,7 +2,7 @@ module ActiveRecord
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 9
+ TINY = 10
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')