Files
QIDISlicer/version.inc

14 lines
441 B
PHP
Raw Normal View History

2023-06-10 10:14:12 +08:00
# Included by CMakeLists, edited by the build script
# (the version numbers are generated by the build script from the git current label)
2024-07-30 13:57:33 +08:00
if(NOT DEFINED QDT_RELEASE_TO_PUBLIC)
set(QDT_RELEASE_TO_PUBLIC "0")
endif()
2023-06-10 10:14:12 +08:00
set(SLIC3R_APP_NAME "QIDISlicer")
set(SLIC3R_APP_KEY "QIDISlicer")
2025-09-01 08:53:18 +08:00
set(SLIC3R_VERSION "1.2.5")
2023-06-10 10:14:12 +08:00
set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64")
2025-08-07 10:44:09 +08:00
set(SLIC3R_RC_VERSION "1,2,4,0")
2025-09-01 08:53:18 +08:00
set(SLIC3R_RC_VERSION_DOTS "1.2.5.0")