From a96df04aac00fb2b7d91978c24741100230a50d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 16 Jul 2013 13:00:33 -0300 Subject: Preparing for 3.2.14.rc2 release --- activerecord/CHANGELOG.md | 4 ++-- activerecord/lib/active_record/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 59f670dd4a..6e88e4614a 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.14.rc2 (unreleased) ## +## Rails 3.2.14.rc2 (Jun 16, 2013) ## * Do not re-create destroyed association when saving the parent object. @@ -7,7 +7,7 @@ *Paul Nikitochkin* -## Rails 3.2.14.rc1 (Jul 8, 2013) ## +## Rails 3.2.14.rc1 (Jul 12, 2013) ## * Do not shallow the original exception in `exec_cache` on PostgreSQL adapter. diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index b220f08663..d6dbb0b74d 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -3,7 +3,7 @@ module ActiveRecord MAJOR = 3 MINOR = 2 TINY = 14 - PRE = "rc1" + PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3