提交 c554d170 编写于 作者: Y Yves Senn

update version to 4.2.0.alpha

上级 40a9d898
module ActionMailer
# Returns the version of the currently loaded ActionMailer as a Gem::Version
def self.version
Gem::Version.new "4.1.0.beta2"
Gem::Version.new "4.2.0.alpha"
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.1.0.beta2"
Gem::Version.new "4.2.0.alpha"
end
module VERSION #:nodoc:
......
module ActionView
# Returns the version of the currently loaded ActionView as a Gem::Version
def self.version
Gem::Version.new "4.1.0.beta2"
Gem::Version.new "4.2.0.alpha"
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.1.0.beta2"
Gem::Version.new "4.2.0.alpha"
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.1.0.beta2"
Gem::Version.new "4.2.0.alpha"
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.1.0.beta2"
Gem::Version.new "4.2.0.alpha"
end
module VERSION #:nodoc:
......
module Rails
module VERSION
MAJOR = 4
MINOR = 1
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "alpha"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
module Rails
module VERSION
MAJOR = 4
MINOR = 1
MINOR = 2
TINY = 0
PRE = "beta2"
PRE = "alpha"
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.
先完成此消息的编辑!
想要评论请 注册