Bump to 3.2.8.rc1

This commit is contained in:
Santiago Pastorino
2012-08-01 17:50:48 -03:00
parent f50a5d2eee
commit fcccbacec1
9 changed files with 17 additions and 17 deletions

View File

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