Files
OrcaSlicer-bambulab/src/libslic3r/libslic3r_version.h.in
T

10 lines
260 B
C
Raw Normal View History

2018-09-24 11:53:05 +02:00
#ifndef __SLIC3R_VERSION_H
#define __SLIC3R_VERSION_H
2019-04-15 16:14:19 +02:00
#define SLIC3R_APP_NAME "@SLIC3R_APP_NAME@"
#define SLIC3R_APP_KEY "@SLIC3R_APP_KEY@"
2018-09-24 11:53:05 +02:00
#define SLIC3R_VERSION "@SLIC3R_VERSION@"
2019-05-13 18:01:00 +02:00
#define SLIC3R_BUILD_ID "@SLIC3R_BUILD_ID@"
2018-09-24 11:53:05 +02:00
#endif /* __SLIC3R_VERSION_H */