From d3e5d1c295365238412fc3aa2666d09ddb69bb1d Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 31 May 2012 10:19:29 -0700 Subject: updating changelogs --- activesupport/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 8d8a9d8ad8..171740f075 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.4 (unreleased) ## +## Rails 3.2.4 (May 31, 2012) ## * Added #beginning_of_hour and #end_of_hour to Time and DateTime core extensions. *Mark J. Titorenko* -- cgit v1.2.3 From febd65223e2b3a40755d23a734f6a77e04b97c88 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 31 May 2012 10:27:47 -0700 Subject: bumping to 3.2.4 --- 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 f4cbcb7dff..a5954f07b8 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 = 4 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3