mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Display Commit ID Used for Build in AboutDialog (#6516)
* Display commit ID used for build in AboutDialog * Dynamically check for snapshots --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
02438e25bc
commit
091ab68811
3 changed files with 36 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
#define SLIC3R_APP_KEY "@SLIC3R_APP_KEY@"
|
||||
#define SLIC3R_VERSION "@SLIC3R_VERSION@"
|
||||
#define SoftFever_VERSION "@SoftFever_VERSION@"
|
||||
#ifndef GIT_COMMIT_HASH
|
||||
#define GIT_COMMIT_HASH "0000000" // 0000000 means uninitialized
|
||||
#endif
|
||||
#define SLIC3R_BUILD_ID "@SLIC3R_BUILD_ID@"
|
||||
#define SLIC3R_BUILD_TIME "@SLIC3R_BUILD_TIME@"
|
||||
//#define SLIC3R_RC_VERSION "@SLIC3R_VERSION@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue