Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libslic3r_version.h.in « libslic3r « src - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26a67362b7a2db001825418e7d7e569f3f6382b0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __SLIC3R_VERSION_H
#define __SLIC3R_VERSION_H

#define SLIC3R_APP_NAME "@SLIC3R_APP_NAME@"
#define SLIC3R_APP_KEY "@SLIC3R_APP_KEY@"
#define SLIC3R_VERSION "@SLIC3R_VERSION@"
#define SLIC3R_BUILD_ID "@SLIC3R_BUILD_ID@"

#endif /* __SLIC3R_VERSION_H */