bumping to 3.2.13

This commit is contained in:
Aaron Patterson
2013-03-18 09:23:04 -07:00
parent 99123ad12f
commit a4b5582772
9 changed files with 9 additions and 9 deletions

View File

@@ -1 +1 @@
3.2.13.rc2
3.2.13

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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