你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Update syntax of version number reading function.
这个提交包含在:
@@ -68,9 +68,7 @@ author = 'Craig Warren and Antonis Giannopoulos'
|
|||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
# Read version number from gprMax/gprMax.py
|
# Read version number from gprMax/gprMax.py
|
||||||
version = re.search('^__version__\s*=\s*\'(.*)\'',
|
version = re.search('^__version__\s*=\s*\'(.*)\'', open('../../gprMax/gprMax.py').read(), re.M).group(1)
|
||||||
open('../../gprMax/gprMax.py').read(),
|
|
||||||
re.M).group(1)
|
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version + '(Bowmore)'
|
release = version + '(Bowmore)'
|
||||||
|
|
||||||
|
在新工单中引用
屏蔽一个用户