Changed daemon version to v1.5.4

This commit is contained in:
Andrea Bondavalli 2023-01-14 12:12:22 +01:00
parent f826a5b2ef
commit 02ccef73c4

View File

@ -35,7 +35,7 @@ namespace po = boost::program_options;
namespace postyle = boost::program_options::command_line_style; namespace postyle = boost::program_options::command_line_style;
namespace logging = boost::log; namespace logging = boost::log;
static std::string version("bondagit-1.5.3"); static std::string version("bondagit-1.5.4");
static std::atomic<bool> terminate = false; static std::atomic<bool> terminate = false;
void termination_handler(int signum) { void termination_handler(int signum) {