Changed daemon version to 1.6.2

This commit is contained in:
Andrea Bondavalli 2023-02-25 22:47:01 +01:00
parent 5d5ddf280c
commit 49a42f7ac7

View File

@ -39,7 +39,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.6.1"); static std::string version("bondagit-1.6.2");
static std::atomic<bool> terminate = false; static std::atomic<bool> terminate = false;
void termination_handler(int signum) { void termination_handler(int signum) {