From 1c3a14129f506e4d6a60ecb922e3f24b808a1cb7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 10:08:51 +0200 Subject: Use VERSION_ID instead of VERSION_STR where appropriate --- bbot/worker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/worker.cxx') diff --git a/bbot/worker.cxx b/bbot/worker.cxx index acfff29..1d3e43e 100644 --- a/bbot/worker.cxx +++ b/bbot/worker.cxx @@ -560,7 +560,7 @@ try if (ops.systemd_daemon ()) { - info << "bbot worker " << BBOT_VERSION_STR; + info << "bbot worker " << BBOT_VERSION_ID; } // Figure out our path (used for re-exec). -- cgit v1.1