version.inc 320 B

12345678910
  1. # Included by CMakeLists, edited by the build script
  2. # (the version numbers are generated by the build script from the git current label)
  3. set(SLIC3R_APP_NAME "BambuStudio")
  4. set(SLIC3R_APP_KEY "BambuStudio")
  5. if(NOT DEFINED BBL_RELEASE_TO_PUBLIC)
  6. set(BBL_RELEASE_TO_PUBLIC "0")
  7. endif()
  8. set(SLIC3R_VERSION "01.00.10.05")