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

CuraVersion.py.in « cura - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c489485c2cd3f9f551d219c6a061b97546c18dd5 (plain)
1
2
3
4
5
6
# Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.

CuraVersion = "@CURA_VERSION@"
CuraBuildType = "@CURA_BUILDTYPE@"
CuraDebugMode = True if "@_cura_debugmode@" == "ON" else False