mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
also switch the environment to production and update version to 1.0.10.4 Change-Id: I396993ffa2bdfa5e60d69b61870d3710c6963489
11 lines
320 B
PHP
11 lines
320 B
PHP
# Included by CMakeLists, edited by the build script
|
|
# (the version numbers are generated by the build script from the git current label)
|
|
|
|
set(SLIC3R_APP_NAME "BambuStudio")
|
|
set(SLIC3R_APP_KEY "BambuStudio")
|
|
|
|
if(NOT DEFINED BBL_RELEASE_TO_PUBLIC)
|
|
set(BBL_RELEASE_TO_PUBLIC "0")
|
|
endif()
|
|
set(SLIC3R_VERSION "01.00.10.04")
|