Preparing for 3.2.14.rc1 release

This commit is contained in:
Rafael Mendonça França
2013-07-08 16:47:00 -03:00
parent 714cb5a436
commit facfc24f25
16 changed files with 26 additions and 24 deletions

View File

@@ -2,8 +2,8 @@ module Rails
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
TINY = 13
PRE = nil
TINY = 14
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end