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:
authorRemco Burema <r.burema@ultimaker.com>2022-04-20 11:57:38 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-04-20 11:57:38 +0300
commit0232b4f6395a20601bfe2e4db36f3060e0677007 (patch)
tree8a802f9fe4d0863d9966a5f97284b861b0e5bbf7 /cura
parent15b16e3e45288a24b5612b9ac1e53725a53790ff (diff)
Upgrade SDK version to 8.0.0 for Cura 5.0upgrade_sdk_to_800
Diffstat (limited to 'cura')
-rw-r--r--cura/ApplicationMetadata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura/ApplicationMetadata.py b/cura/ApplicationMetadata.py
index f367f61cc7..cb80c12416 100644
--- a/cura/ApplicationMetadata.py
+++ b/cura/ApplicationMetadata.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Ultimaker B.V.
+# Copyright (c) 2022 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
# ---------
@@ -13,7 +13,7 @@ DEFAULT_CURA_DEBUG_MODE = False
# Each release has a fixed SDK version coupled with it. It doesn't make sense to make it configurable because, for
# example Cura 3.2 with SDK version 6.1 will not work. So the SDK version is hard-coded here and left out of the
# CuraVersion.py.in template.
-CuraSDKVersion = "7.9.0"
+CuraSDKVersion = "8.0.0"
try:
from cura.CuraVersion import CuraAppName # type: ignore