Updated version number to v.3.0.0b15

这个提交包含在:
Craig Warren
2016-01-14 10:24:09 +00:00
父节点 18693474a1
当前提交 57bf618b30
共有 5 个文件被更改,包括 2 次插入4146 次删除

查看文件

@@ -72,7 +72,7 @@ author = 'Craig Warren and Antonis Giannopoulos'
# The short X.Y version.
# Read version number from gprMax/gprMax.py
#version = re.search('^__version__\s*=\s*\'(.*)\'', open('../../gprMax/gprMax.py').read(), re.M).group(1)
version = '3.0.0b14'
version = '3.0.0b15'
# The full version, including alpha/beta/rc tags.
release = version + '(Bowmore)'