Move version upgrade for intents from 4.1-4.2 to 4.3-4.4

CURA-6599
This commit is contained in:
Jaime van Kessel 2019-09-10 10:46:23 +02:00
parent f8472d6414
commit e9862fb348
No known key found for this signature in database
GPG key ID: 3710727397403C91
1022 changed files with 1174 additions and 1031 deletions

View file

@ -147,7 +147,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 = 9
SettingVersion = 10
Created = False