aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-22 12:05:41 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-22 12:05:41 -0300
commit2fcd13eff251ca9e1ff5cf6a13f72c18087daf60 (patch)
tree5f6b3e5d86f21d4d911dbae24104e0b419e453ef /activesupport
parent47fb44fc7a12f6a57b71b6dcd68a19e572101703 (diff)
downloadrails-2fcd13eff251ca9e1ff5cf6a13f72c18087daf60.tar.gz
rails-2fcd13eff251ca9e1ff5cf6a13f72c18087daf60.tar.bz2
rails-2fcd13eff251ca9e1ff5cf6a13f72c18087daf60.zip
Preparing for 3.2.14 release
Diffstat (limited to 'activesupport')
-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 b81d59b69c..8b9d3bcdca 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 = 14
- PRE = "rc2"
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end