build(packaging): version number improvements (#4037)
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include "process.h"
|
||||
#include "utility.h"
|
||||
#include "uuid.h"
|
||||
#include "version.h"
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
@@ -843,7 +842,7 @@ namespace confighttp {
|
||||
nlohmann::json output_tree;
|
||||
output_tree["status"] = true;
|
||||
output_tree["platform"] = SUNSHINE_PLATFORM;
|
||||
output_tree["version"] = PROJECT_VER;
|
||||
output_tree["version"] = PROJECT_VERSION;
|
||||
|
||||
auto vars = config::parse_config(file_handler::read_file(config::sunshine.config_file.c_str()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user