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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-09-24 12:53:05 +0300
committerbubnikv <bubnikv@gmail.com>2018-09-24 12:53:05 +0300
commit96e035b2f83f851126a4cf9583ff5b5d4b7f1e5d (patch)
treefd7db9d0ffa1024f2745d71b3322d6690f0afa54 /version.inc
parent9f2cd347e37e46c4b5a2cb1871a9d26fce3abc74 (diff)
Added various manifests,
added auto generation of includes and manifests from version and build variables, resurrected SLIC3R_LOGLEVEL env var.
Diffstat (limited to 'version.inc')
-rw-r--r--version.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/version.inc b/version.inc
new file mode 100644
index 000000000..5a23105a8
--- /dev/null
+++ b/version.inc
@@ -0,0 +1,9 @@
+# Included by CMakeLists, edited by the build script
+# (the version numbers are generated by the build script from the git current label)
+
+set(SLIC3R_FORK_NAME "Slic3r Prusa Edition")
+set(SLIC3R_VERSION "1.42.0-alpha")
+set(SLIC3R_BUILD "UNKNOWN")
+set(SLIC3R_RC_VERSION "1,42,0,0")
+set(SLIC3R_RC_VERSION_DOTS "1.42.0.0")
+set(SLIC3R_BUILD_ID "${SLIC3R_VERSION}+${SLIC3R_BUILD}")