Add version upgrade for 4.0

Contributes to CURA-6011 and CURA-5995
This commit is contained in:
Jaime van Kessel 2019-01-07 10:33:14 +01:00
parent 4c1f68a447
commit d21bf53230
650 changed files with 779 additions and 647 deletions

View file

@ -143,7 +143,7 @@ class CuraApplication(QtApplication):
# SettingVersion represents the set of settings available in the machine/extruder definitions.
# You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
# changes of the settings.
SettingVersion = 5
SettingVersion = 6
Created = False