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