mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
-
Former-commit-id: 7aa71ba95e2bb9d76daf612a79fc3f1dd745cf0e
This commit is contained in:
parent
4743208eff
commit
8746e0795c
@ -23,7 +23,6 @@
|
|||||||
#include <hyperion/ColorAdjustment.h>
|
#include <hyperion/ColorAdjustment.h>
|
||||||
#include <utils/ColorRgb.h>
|
#include <utils/ColorRgb.h>
|
||||||
#include <HyperionConfig.h>
|
#include <HyperionConfig.h>
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
// project includes
|
// project includes
|
||||||
#include "JsonClientConnection.h"
|
#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 & version = info["hyperion_build"] = Json::Value(Json::arrayValue);
|
||||||
Json::Value ver;
|
Json::Value ver;
|
||||||
ver["version"] = HYPERION_VERSION_ID;
|
ver["version"] = HYPERION_VERSION_ID;
|
||||||
ver["time"] = __DATE__" "__TIME__;
|
ver["time"] = __DATE__ " " __TIME__;
|
||||||
|
|
||||||
version.append(ver);
|
version.append(ver);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user