mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Up the SDK version to 7.4.0
In preparation for release of the 4.8. CURA-7795
This commit is contained in:
parent
1e005260b4
commit
03dc8d00fe
60 changed files with 162 additions and 162 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue