Merge branch 'development' into LTS_development
# Conflicts: # src/controller/controller_api.cpp
This commit is contained in:
commit
d82fc394e1
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ void Controller::handleAPICommands(JSON::Value & Request, JSON::Value & Response
|
|||
if (!Request.isMember("minimal") || Request.isMember("config")){
|
||||
Response["config"] = Controller::Storage["config"];
|
||||
Response["config"]["iid"] = instanceId;
|
||||
Response["config"]["version"] = PACKAGE_VERSION;
|
||||
Response["config"]["version"] = PACKAGE_VERSION " " RELEASE;
|
||||
/*LTS-START*/
|
||||
#ifdef LICENSING
|
||||
Response["config"]["license"] = getLicense();
|
||||
|
|
Loading…
Add table
Reference in a new issue