mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 15:38:43 +03:00
14 lines
441 B
PHP
14 lines
441 B
PHP
# Included by CMakeLists, edited by the build script
|
|
# (the version numbers are generated by the build script from the git current label)
|
|
|
|
if(NOT DEFINED QDT_RELEASE_TO_PUBLIC)
|
|
set(QDT_RELEASE_TO_PUBLIC "0")
|
|
endif()
|
|
|
|
set(SLIC3R_APP_NAME "QIDISlicer")
|
|
set(SLIC3R_APP_KEY "QIDISlicer")
|
|
set(SLIC3R_VERSION "1.2.4")
|
|
set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64")
|
|
set(SLIC3R_RC_VERSION "1,2,4,0")
|
|
set(SLIC3R_RC_VERSION_DOTS "1.2.4.0")
|