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>2019-05-13 19:01:00 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-13 19:01:00 +0300
commit0787fa861a1cc513ac1a314ab1ab3fbab56be7cc (patch)
treef18857fd1c842d36eb19c0cccddcccec84eab011 /version.inc
parentf47839e824d8bb66ef6da0d1733187ed01c22948 (diff)
Updated handling of the SLIC3R_BUILD_ID key
Diffstat (limited to 'version.inc')
-rw-r--r--version.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/version.inc b/version.inc
index ef49ce037..0f0d93403 100644
--- a/version.inc
+++ b/version.inc
@@ -4,7 +4,6 @@
set(SLIC3R_APP_NAME "PrusaSlicer")
set(SLIC3R_APP_KEY "PrusaSlicer")
set(SLIC3R_VERSION "1.42.0-beta2")
-set(SLIC3R_BUILD "${SLIC3R_VERSION}+UNKNOWN")
-set(SLIC3R_BUILD_ID "${SLIC3R_BUILD_ID}")
+set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "1,42,0,0")
set(SLIC3R_RC_VERSION_DOTS "1.42.0.0")