Update SettingVersion to 2 for renaming the quality profiles

CURA-3975

Update SettingVersion to 2 so we can create an upgrade to rename the
quality profiles.
This commit is contained in:
Lipu Fei 2017-07-06 10:22:15 +02:00
parent afb923401e
commit 16a078b9a6

View file

@ -105,7 +105,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 = 1
SettingVersion = 2
class ResourceTypes:
QmlFiles = Resources.UserType + 1