|
1 | | -# ----------------------------------------------------------------------------- |
2 | | -# mbconfig.py |
3 | | -# |
4 | | -# DO NOT EDIT THIS FILE! It is autogenerated. |
5 | | -# |
6 | | -# This is Python module for ModbusTools server configuration. |
7 | | -# It is intended to be converted into a usable Python module |
8 | | -# containing configuration parameters and logic for the Modbus server. |
9 | | -# ----------------------------------------------------------------------------- |
10 | | - |
11 | | -# Major part of mbtools version |
12 | | -MBTOOLS_VERSION_MAJOR = 0 |
13 | | - |
14 | | -# Minor part of mbtools version |
15 | | -MBTOOLS_VERSION_MINOR = 4 |
16 | | - |
17 | | -# Patch part of mbtools version |
18 | | -MBTOOLS_VERSION_PATCH = 7 |
19 | | - |
20 | | -# Integer representation of mbtools version |
21 | | -MBTOOLS_VERSION_INT = (0 << 16) | (4 << 8) | 7 |
22 | | - |
23 | | -# String representation of mbtools version |
24 | | -MBTOOLS_VERSION_STR = "0.4.7" |
| 1 | +# ----------------------------------------------------------------------------- |
| 2 | +# mbconfig.py |
| 3 | +# |
| 4 | +# DO NOT EDIT THIS FILE! It is autogenerated. |
| 5 | +# |
| 6 | +# This is Python module for ModbusTools server configuration. |
| 7 | +# It is intended to be converted into a usable Python module |
| 8 | +# containing configuration parameters and logic for the Modbus server. |
| 9 | +# ----------------------------------------------------------------------------- |
| 10 | + |
| 11 | +# Major part of mbtools version |
| 12 | +MBTOOLS_VERSION_MAJOR = 0 |
| 13 | + |
| 14 | +# Minor part of mbtools version |
| 15 | +MBTOOLS_VERSION_MINOR = 4 |
| 16 | + |
| 17 | +# Patch part of mbtools version |
| 18 | +MBTOOLS_VERSION_PATCH = 8 |
| 19 | + |
| 20 | +# Integer representation of mbtools version |
| 21 | +MBTOOLS_VERSION_INT = (0 << 16) | (4 << 8) | 8 |
| 22 | + |
| 23 | +# String representation of mbtools version |
| 24 | +MBTOOLS_VERSION_STR = "0.4.8" |
0 commit comments