Up the SDK version to 7.4.0

In preparation for release of the 4.8.

CURA-7795
This commit is contained in:
Kostas Karmas 2020-10-22 11:29:25 +02:00
parent 1e005260b4
commit 03dc8d00fe
60 changed files with 162 additions and 162 deletions

View file

@ -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.3.0"
CuraSDKVersion = "7.4.0"
try:
from cura.CuraVersion import CuraAppName # type: ignore