aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-03 10:08:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-03 10:08:51 +0200
commit1c3a14129f506e4d6a60ecb922e3f24b808a1cb7 (patch)
treeb76902e6776b20ae006c395564b67efc247b3b48 /bbot/agent.cxx
parent0d5775450d57cc67fcc65306e1c7c311d9d5bfef (diff)
Use VERSION_ID instead of VERSION_STR where appropriate
Diffstat (limited to 'bbot/agent.cxx')
-rw-r--r--bbot/agent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/agent.cxx b/bbot/agent.cxx
index 3ebbd2d..731a172 100644
--- a/bbot/agent.cxx
+++ b/bbot/agent.cxx
@@ -831,7 +831,7 @@ try
{
diag_record dr;
- dr << info << "bbot agent " << BBOT_VERSION_STR <<
+ dr << info << "bbot agent " << BBOT_VERSION_ID <<
info << "toolchain name " << tc_name <<
info << "toolchain num " << tc_num <<
info << "toolchain id " << tc_id <<