你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Updated version number to v.3.0.0b14.
这个提交包含在:
@@ -62,7 +62,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'gprMax'
|
project = 'gprMax'
|
||||||
copyright = '2015, The University of Edinburgh. Authors: Craig Warren and Antonis Giannopoulos'
|
copyright = '2015-2016, The University of Edinburgh. Authors: Craig Warren and Antonis Giannopoulos'
|
||||||
author = 'Craig Warren and Antonis Giannopoulos'
|
author = 'Craig Warren and Antonis Giannopoulos'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
@@ -72,7 +72,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*\'(.*)\'', open('../../gprMax/gprMax.py').read(), re.M).group(1)
|
#version = re.search('^__version__\s*=\s*\'(.*)\'', open('../../gprMax/gprMax.py').read(), re.M).group(1)
|
||||||
version = '3.0.0b12'
|
version = '3.0.0b14'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version + '(Bowmore)'
|
release = version + '(Bowmore)'
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
"""gprMax.gprMax: provides entry point main()."""
|
"""gprMax.gprMax: provides entry point main()."""
|
||||||
|
|
||||||
# Set the version number here
|
# Set the version number here
|
||||||
__version__ = '3.0.0b12'
|
__version__ = '3.0.0b14'
|
||||||
versionname = ' (Bowmore)'
|
versionname = ' (Bowmore)'
|
||||||
|
|
||||||
import sys, os, datetime, itertools, argparse
|
import sys, os, datetime, itertools, argparse
|
||||||
|
在新工单中引用
屏蔽一个用户