mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-17 05:52:39 +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
|