Merge branch 'CURA-6113_fix_master_version_upgrade' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2019-01-17 13:12:41 +01:00
commit a41cc9efbe
651 changed files with 708 additions and 688 deletions

View file

@ -146,7 +146,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 = 6
SettingVersion = 7
Created = False