aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-11-01 15:37:58 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-11-01 15:37:58 -0200
commitde3dff317010df12d15225f2bca4a7e914eb596c (patch)
tree4a2791655e77390c4121ce817485f9ad6ae5b7f1 /activemodel/lib
parentc368b660be2433e291a2c87b3eb3de3dfac397ef (diff)
downloadrails-de3dff317010df12d15225f2bca4a7e914eb596c.tar.gz
rails-de3dff317010df12d15225f2bca4a7e914eb596c.tar.bz2
rails-de3dff317010df12d15225f2bca4a7e914eb596c.zip
Bump to 3.2.9.rc2
Diffstat (limited to 'activemodel/lib')
-rw-r--r--activemodel/lib/active_model/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb
index 0f076369c3..78a3de2778 100644
--- a/activemodel/lib/active_model/version.rb
+++ b/activemodel/lib/active_model/version.rb
@@ -3,7 +3,7 @@ module ActiveModel
MAJOR = 3
MINOR = 2
TINY = 9
- PRE = "rc1"
+ PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end