96e035b2f8
added auto generation of includes and manifests from version and build variables, resurrected SLIC3R_LOGLEVEL env var.
9 lines
214 B
C
9 lines
214 B
C
#ifndef __SLIC3R_VERSION_H
|
|
#define __SLIC3R_VERSION_H
|
|
|
|
#define SLIC3R_FORK_NAME "@SLIC3R_FORK_NAME@"
|
|
#define SLIC3R_VERSION "@SLIC3R_VERSION@"
|
|
#define SLIC3R_BUILD "@SLIC3R_BUILD@"
|
|
|
|
#endif /* __SLIC3R_VERSION_H */
|