mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-25 02:04:26 +08:00

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 */
|