Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-03-30 11:52:07 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-30 11:52:07 +0300
commit820734aad7e47994625e3e20a620459a6391aef0 (patch)
treeab9f8cc7d0bfb5208db4a120a43b324d1bf240e6 /cura
parent42b97d0d73cea8456bfce48daefb29c762a0c578 (diff)
parentbdd4e359a7d3e93e0824067bf48c64eeb6f59b69 (diff)
Merge branch 'CURA-8466_version_upgrade_50' of github.com:Ultimaker/Cura
Diffstat (limited to 'cura')
-rwxr-xr-xcura/CuraApplication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py
index bd97d379fc..5c94bf73b0 100755
--- a/cura/CuraApplication.py
+++ b/cura/CuraApplication.py
@@ -127,7 +127,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 = 19
+ SettingVersion = 20
Created = False