Increment setting version to 12

This is necessary for the version upgrade to run.

Contributes to issue CURA-7328.
This commit is contained in:
Ghostkeeper 2020-03-30 11:54:18 +02:00
parent bdb3c4bcad
commit 8422172000
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
1557 changed files with 1557 additions and 1557 deletions

View file

@ -124,7 +124,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 = 11
SettingVersion = 12
Created = False