cyphesis/tests/stubs/server/stubBuildid.h
Erik Ogenvik eb81c7eecb Use "git describe" for buildid.
Also removed circular dependency as well as CVS leftover script.
2016-06-22 17:06:50 +02:00

8 lines
156 B
C++

#include "common/const.h"
namespace consts {
const char * buildTime = __TIME__;
const char * buildDate = __DATE__;
const char * buildId = "test";
}