Files
OrcaSlicer-KX/src/libslic3r/Semver.cpp
lane.wei f8756e6c89 Add the full source of BambuStudio
using version 1.0.10
2022-07-15 23:42:08 +08:00

8 lines
81 B
C++

#include "libslic3r.h"
namespace Slic3r {
Semver SEMVER { SLIC3R_VERSION };
}