Preparing for 4.1.10.rc4 release

This commit is contained in:
Rafael Mendonça França 2015-03-12 18:31:03 -03:00
parent 9f2137aaf7
commit 410f7d29e9
9 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
4.1.10.rc3
4.1.10.rc4

View File

@ -8,7 +8,7 @@ module ActionMailer
MAJOR = 4
MINOR = 1
TINY = 10
PRE = "rc3"
PRE = "rc4"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -8,7 +8,7 @@ module ActionPack
MAJOR = 4
MINOR = 1
TINY = 10
PRE = "rc3"
PRE = "rc4"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -8,7 +8,7 @@ module ActionView
MAJOR = 4
MINOR = 1
TINY = 10
PRE = "rc3"
PRE = "rc4"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -8,7 +8,7 @@ module ActiveModel
MAJOR = 4
MINOR = 1
TINY = 10
PRE = "rc3"
PRE = "rc4"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -8,7 +8,7 @@ module ActiveRecord
MAJOR = 4
MINOR = 1
TINY = 10
PRE = "rc3"
PRE = "rc4"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -8,7 +8,7 @@ module ActiveSupport
MAJOR = 4
MINOR = 1
TINY = 10
PRE = "rc3"
PRE = "rc4"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -8,7 +8,7 @@ module Rails
MAJOR = 4
MINOR = 1
TINY = 10
PRE = "rc3"
PRE = "rc4"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -8,7 +8,7 @@ module Rails
MAJOR = 4
MINOR = 1
TINY = 10
PRE = "rc3"
PRE = "rc4"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end