mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-08 17:57:44 +00:00
10 lines
252 B
C++
10 lines
252 B
C++
#include "BuildCommit.hpp"
|
|
#include "git_commit_hash.h"
|
|
|
|
namespace Slic3r { namespace GUI {
|
|
|
|
const char *const build_commit_hash = GIT_COMMIT_HASH;
|
|
const char *const build_commit_label = GIT_COMMIT_HASH GIT_COMMIT_SUFFIX;
|
|
|
|
}} // namespace Slic3r::GUI
|