AusweisApp2/src/global/BuildHelper.cpp

10 lines
183 B
C++
Raw Normal View History

2017-07-03 09:30:10 +02:00
/*
* \copyright Copyright (c) 2014 Governikus GmbH & Co. KG
*/
#include "BuildHelper.h"
using namespace governikus;
const char* BuildHelper::mDateTime = __DATE__ " / " __TIME__;