Bumping to 3.2.3.rc1

This commit is contained in:
Santiago Pastorino
2012-03-27 14:07:36 -03:00
parent e31ec4700b
commit 5f37260918
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 = 2
PRE = nil
TINY = 3
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end