From d268ef2f6599cd58cc27a8c9f0b9b6649f62e6a2 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 4 Jan 2012 18:59:41 -0200 Subject: Bump to rc2 --- activesupport/lib/active_support/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index f1387c9f39..7a9037ee32 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 = "rc1" + PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3