Bump to 3.2.8.rc2

This commit is contained in:
Santiago Pastorino
2012-08-03 11:01:50 -03:00
parent 5f9ae95e9b
commit 65b5e35e89
9 changed files with 9 additions and 9 deletions

View File

@@ -1 +1 @@
3.2.8.rc1
3.2.8.rc2

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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