Former-commit-id: 7aa71ba95e2bb9d76daf612a79fc3f1dd745cf0e
This commit is contained in:
brindosch 2016-06-10 23:54:53 +02:00
parent 4743208eff
commit 8746e0795c
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@
#include <hyperion/ColorAdjustment.h>
#include <utils/ColorRgb.h>
#include <HyperionConfig.h>
#include <unistd.h>
// project includes
#include "JsonClientConnection.h"
@ -597,7 +596,7 @@ void JsonClientConnection::handleServerInfoCommand(const Json::Value &)
Json::Value & version = info["hyperion_build"] = Json::Value(Json::arrayValue);
Json::Value ver;
ver["version"] = HYPERION_VERSION_ID;
ver["time"] = __DATE__" "__TIME__;
ver["time"] = __DATE__ " " __TIME__;
version.append(ver);