From 65b5e35e898ac09a50b61c671d98a3cf92453003 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 3 Aug 2012 11:01:50 -0300 Subject: Bump to 3.2.8.rc2 --- activemodel/lib/active_model/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb index a0bc099ced..a783939039 100644 --- a/activemodel/lib/active_model/version.rb +++ b/activemodel/lib/active_model/version.rb @@ -3,7 +3,7 @@ module ActiveModel MAJOR = 3 MINOR = 2 TINY = 8 - PRE = "rc1" + PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3 From ddedf5d88e79b0d654d0266b53f2a66260d047ce Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 9 Aug 2012 16:25:43 -0300 Subject: Add release date to CHANGELOGs --- activemodel/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 3cab13a709..ead38c650c 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.8 ## +## Rails 3.2.8 (Aug 9, 2012) ## * No changes. -- cgit v1.2.3 From 64146cf7babe35fd962576b699fa0deb4cfe0d70 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 9 Aug 2012 16:26:36 -0300 Subject: Bump to 3.2.8 --- activemodel/lib/active_model/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb index a783939039..39ef5d289f 100644 --- a/activemodel/lib/active_model/version.rb +++ b/activemodel/lib/active_model/version.rb @@ -3,7 +3,7 @@ module ActiveModel MAJOR = 3 MINOR = 2 TINY = 8 - PRE = "rc2" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3