Increment setting version to 15

Once more into the fray.

Contributes to issue CURA-7420.
This commit is contained in:
Ghostkeeper 2020-05-08 09:43:02 +02:00
parent c3c144345b
commit 9d178f26a7
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
1564 changed files with 1564 additions and 1564 deletions

View file

@ -125,7 +125,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 = 14
SettingVersion = 15
Created = False