- fixed the units calculators crash FlatCAM when using comma as decimal separator
This commit is contained in:
@@ -92,8 +92,8 @@ class App(QtCore.QObject):
|
||||
log.addHandler(handler)
|
||||
|
||||
# Version
|
||||
version = 8.906
|
||||
version_date = "2019/02/5"
|
||||
version = 8.907
|
||||
version_date = "2019/02/6"
|
||||
beta = True
|
||||
|
||||
# current date now
|
||||
|
||||
Reference in New Issue
Block a user