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:
authorj.spijker@ultimaker.com <jelle spijker>2022-06-12 20:09:22 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-12 20:09:22 +0300
commit5d740d7368a1cfa9b5402d48b60ebcc7c5795b53 (patch)
tree9f63572392f86347cfb083172d61cc91912f3946 /cura
parente1c384cd9201aa021e9ff7cecfe5cc1e747b4f8e (diff)
Set the CuraVersion with the conan options
Contributes to CURA-9365
Diffstat (limited to 'cura')
-rw-r--r--cura/CuraVersion.py.jinja13
1 files changed, 13 insertions, 0 deletions
diff --git a/cura/CuraVersion.py.jinja b/cura/CuraVersion.py.jinja
new file mode 100644
index 0000000000..1c30a0b5af
--- /dev/null
+++ b/cura/CuraVersion.py.jinja
@@ -0,0 +1,13 @@
+# Copyright (c) 2022 Ultimaker B.V.
+# Cura is released under the terms of the LGPLv3 or higher.
+
+CuraAppName = "{{ cura_app_name }}"
+CuraAppDisplayName = "{{ cura_app_display_name }}"
+CuraVersion = "{{ cura_version }}"
+CuraBuildType = "{{ cura_build_type }}"
+CuraDebugMode = {{ cura_debug_mode }}
+CuraCloudAPIRoot = "{{ cura_cloud_api_root }}"
+CuraCloudAPIVersion = "{{ cura_cloud_api_version }}"
+CuraCloudAccountAPIRoot = "{{ cura_cloud_account_api_root }}"
+CuraMarketplaceRoot = "{{ cura_marketplace_root }}"
+CuraDigitalFactoryURL = "{{ cura_digital_factory_url }}"