提交 a1ec4da2 编写于 作者: R Rafael Mendonça França

Preparing for 4.0.11.1 release

上级 7c80f37f
module ActionMailer
# Returns the version of the currently loaded ActionMailer as a Gem::Version
def self.version
Gem::Version.new "4.0.11"
Gem::Version.new "4.0.11.1"
end
module VERSION #:nodoc:
......
module ActionPack
# Returns the version of the currently loaded ActionPack as a Gem::Version
def self.version
Gem::Version.new "4.0.11"
Gem::Version.new "4.0.11.1"
end
module VERSION #:nodoc:
......
module ActiveModel
# Returns the version of the currently loaded ActiveModel as a Gem::Version
def self.version
Gem::Version.new "4.0.11"
Gem::Version.new "4.0.11.1"
end
module VERSION #:nodoc:
......
module ActiveRecord
# Returns the version of the currently loaded ActiveRecord as a Gem::Version
def self.version
Gem::Version.new "4.0.11"
Gem::Version.new "4.0.11.1"
end
module VERSION #:nodoc:
......
module ActiveSupport
# Returns the version of the currently loaded ActiveSupport as a Gem::Version
def self.version
Gem::Version.new "4.0.11"
Gem::Version.new "4.0.11.1"
end
module VERSION #:nodoc:
......
......@@ -3,7 +3,7 @@ module VERSION
MAJOR = 4
MINOR = 0
TINY = 11
PRE = nil
PRE = "1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
......@@ -3,7 +3,7 @@ module VERSION
MAJOR = 4
MINOR = 0
TINY = 11
PRE = nil
PRE = "1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册