BambuStudio/libslic3r/Semver.cpp

8 lines
81 B
C++

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