Update make_translation.py

This commit is contained in:
Ben V. Brown
2019-12-31 23:09:51 +11:00
parent 7683ad155d
commit 644a3e4349

View File

@@ -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