cyphesis/server/buildid.cpp.in

6 lines
87 B
C++
Raw Permalink Normal View History

2016-12-19 22:02:29 +01:00
#include "common/const.h"
namespace consts {
const char * buildId = "@GIT_SHA1@";
}