Preparing for 3.2.14.rc2 release

This commit is contained in:
Rafael Mendonça França
2013-07-16 13:00:33 -03:00
parent 1900a56669
commit a96df04aac
16 changed files with 47 additions and 17 deletions

View File

@@ -1,4 +1,9 @@
## Rails 3.2.14.rc1 (Jul 8, 2013) ##
## Rails 3.2.14.rc2 (Jun 16, 2013) ##
* No changes.
## Rails 3.2.14.rc1 (Jul 12, 2013) ##
* No changes.

View File

@@ -3,7 +3,7 @@ module ActionMailer
MAJOR = 3
MINOR = 2
TINY = 14
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end