bumping to 3.2.15

This commit is contained in:
Aaron Patterson
2013-10-15 11:48:53 -07:00
parent eb8807e84d
commit 2a0c4403fd
9 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ module Rails
MAJOR = 3
MINOR = 2
TINY = 15
PRE = "rc3"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end