mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
7 lines
81 B
C++
7 lines
81 B
C++
#include "libslic3r.h"
|
|
|
|
namespace Slic3r {
|
|
|
|
Semver SEMVER { SLIC3R_VERSION };
|
|
|
|
}
|