mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-31 07:58:43 +03:00
8 lines
81 B
C++
8 lines
81 B
C++
#include "libslic3r.h"
|
|
|
|
namespace Slic3r {
|
|
|
|
Semver SEMVER { SLIC3R_VERSION };
|
|
|
|
}
|