mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
7 lines
81 B
C++
7 lines
81 B
C++
#include "libslic3r.h"
|
|
|
|
namespace Slic3r {
|
|
|
|
Semver SEMVER { SLIC3R_VERSION };
|
|
|
|
}
|