bindings: Add file to track required pybindgen version
This commit is contained in:
9
bindings/python/_required_pybindgen_version.py
Normal file
9
bindings/python/_required_pybindgen_version.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Store version information for required pybindgen version, used by
|
||||
# ns-3-allinone/download.py.
|
||||
# If specifying a released pybindgen version, specify the required pybindgen
|
||||
# version as, e.g. '0.21.0'
|
||||
# If specifying a commit on the development tree, specify it like this based
|
||||
# on 'git describe --tags' command. Example, if the latest release was 0.21.0,
|
||||
# and 'git describe --tags' reports "0.21.0-6-g8e7c0a9", then write the
|
||||
# version string below as '0.21.0.post6+ng8e7c0a9'
|
||||
__required_pybindgen_version__ = '0.22.1'
|
||||
Reference in New Issue
Block a user