From fe4dfdd64450662d882b47bf519d885edee453df Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 28 May 2012 11:58:15 -0700 Subject: bumping to 3.2.4.rc1 --- activesupport/lib/active_support/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/lib/active_support/version.rb') diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 871af46e3e..f4cbcb7dff 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -2,8 +2,8 @@ module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 3 - PRE = nil + TINY = 4 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3