mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-29 22:16:36 +03:00
7 lines
126 B
C++
7 lines
126 B
C++
#ifndef CLIPPER_VERSION_H
|
|
#define CLIPPER_VERSION_H
|
|
|
|
constexpr auto CLIPPER2_VERSION = "1.5.2";
|
|
|
|
#endif // CLIPPER_VERSION_H
|