Files
QIDISlicer/version.inc

10 lines
363 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)
set(SLIC3R_APP_NAME "QIDISlicer")
set(SLIC3R_APP_KEY "QIDISlicer")
2024-07-02 14:00:45 +08:00
set(SLIC3R_VERSION "1.1.5")
2023-06-10 10:14:12 +08:00
set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64")
2024-07-02 14:00:45 +08:00
set(SLIC3R_RC_VERSION "1,1,5,0")
set(SLIC3R_RC_VERSION_DOTS "1.1.5.0")