Bump to 3.2.9.rc2

This commit is contained in:
Santiago Pastorino
2012-11-01 15:37:58 -02:00
parent c368b660be
commit de3dff3170
9 changed files with 9 additions and 9 deletions

View File

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