diff options
author | Ben V. Brown <[email protected]> | 2019-12-31 23:09:51 +1100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2019-12-31 23:09:51 +1100 |
commit | 644a3e43498c66a38dc9f71736c59ca15544c9c8 (patch) | |
tree | 371354a997b13c9de87145e9dc9cc17f58843303 | |
parent | 7683ad155df03ea6411c4fd197790d68ee534d24 (diff) | |
download | IronOS-644a3e43498c66a38dc9f71736c59ca15544c9c8.tar.gz IronOS-644a3e43498c66a38dc9f71736c59ca15544c9c8.zip |
Update make_translation.py
-rwxr-xr-x | Translation Editor/make_translation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Translation Editor/make_translation.py b/Translation Editor/make_translation.py index 72d89978..d494117b 100755 --- a/Translation Editor/make_translation.py +++ b/Translation Editor/make_translation.py @@ -94,7 +94,7 @@ def getConstants(): consants.append(('SymbolVolts', 'V'))
consants.append(('SymbolDC', 'DC'))
consants.append(('SymbolCellCount', 'S'))
- consants.append(('SymbolVersionNumber', 'V2.06'))
+ consants.append(('SymbolVersionNumber', 'V2.07'))
return consants
|