aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2012-01-20 17:44:32 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2012-01-20 17:44:32 +0100
commitf36dcaf488b4357a52f43e3912628428956d351f (patch)
treea2b50f4cd3acacb85677be52714170a464772991 /activesupport/lib
parent6c656761ec951f74dcb844f46fe6839af3baa1d4 (diff)
downloadrails-f36dcaf488b4357a52f43e3912628428956d351f.tar.gz
rails-f36dcaf488b4357a52f43e3912628428956d351f.tar.bz2
rails-f36dcaf488b4357a52f43e3912628428956d351f.zip
Preparing for 3.2.0 release
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 7a9037ee32..0fee9e5c31 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 = 0
- PRE = "rc2"
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end