From fdfb3990cde29c48554551d1309b06c8ef584f32 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 29 Oct 2012 14:38:23 -0200 Subject: Bump to 3.2.9.rc1 --- activesupport/lib/active_support/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 03074bebc6..b78a5f789d 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 = 8 - PRE = nil + TINY = 9 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3