提交 88f5a71d authored 作者: Frederic's avatar Frederic

Modifications for 0.6 release

上级 bb164e6a
......@@ -53,7 +53,7 @@ copyright = '2008--2013, LISA lab'
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6rc5'
release = '0.6'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
......
......@@ -66,7 +66,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0
MINOR = 6
MICRO = 0
SUFFIX = "rc5" # Should be blank except for rc's, betas, etc.
SUFFIX = "" # Should be blank except for rc's, betas, etc.
ISRELEASED = False
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论