Preparing for 3.2.0 release

This commit is contained in:
David Heinemeier Hansson
2012-01-20 17:44:32 +01:00
parent 6c656761ec
commit f36dcaf488
16 changed files with 17 additions and 19 deletions

View File

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