10 lines
524 B
Python
10 lines
524 B
Python
|
|
# 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'
|