mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-04 19:50:38 +08:00
8 lines
81 B
C++
8 lines
81 B
C++
#include "libslic3r.h"
|
|
|
|
namespace Slic3r {
|
|
|
|
Semver SEMVER { SLIC3R_VERSION };
|
|
|
|
}
|