diff --git a/userspace/engine/falco_engine.cpp b/userspace/engine/falco_engine.cpp index 1b0f3d73..16b8f28c 100644 --- a/userspace/engine/falco_engine.cpp +++ b/userspace/engine/falco_engine.cpp @@ -75,9 +75,9 @@ falco_engine::~falco_engine() m_sources.clear(); } -uint32_t falco_engine::engine_version() +std::string falco_engine::engine_version() { - return (uint32_t) FALCO_ENGINE_VERSION; + return FALCO_ENGINE_VERSION; } const falco_source* falco_engine::find_source(const std::string& name) const @@ -567,7 +567,7 @@ void falco_engine::describe_rule(std::string *rule, const std::vector