提交 94b850c6 编写于 作者: S Santiago Pastorino

Bring back build to the initialization guide

上级 58d3b904
......@@ -1375,10 +1375,10 @@ the _version_ file contains this code (comments stripped):
module VERSION #:nodoc:
MAJOR = 3
MINOR = 1
MINOR = 0
TINY = 0
BUILD = "beta"
STRING = [MAJOR, MINOR, TINY].join('.')
STRING = [MAJOR, MINOR, TINY, BUILD].join('.')
end
end
</ruby>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册