aboutsummaryrefslogtreecommitdiff
path: root/bbot/version.hxx.in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-05 19:28:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-05 19:28:28 +0200
commit7848221ece63119220464dcf1c5868db168effd2 (patch)
tree99d2570d917435c4410d82bdec4bb3fab0f66cfc /bbot/version.hxx.in
parent540750358d7d8fc082846e6740f9a4c0650b966b (diff)
Use version id in agent signature
Diffstat (limited to 'bbot/version.hxx.in')
-rw-r--r--bbot/version.hxx.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/bbot/version.hxx.in b/bbot/version.hxx.in
index 2b8ca54..36bf405 100644
--- a/bbot/version.hxx.in
+++ b/bbot/version.hxx.in
@@ -79,9 +79,9 @@ $libbbot.check(LIBBBOT_VERSION, LIBBBOT_SNAPSHOT)$
# define BBOT_OS "Other"
#endif
-#define BBOT_USER_AGENT \
- "bbot/" BBOT_VERSION_STR " (" BBOT_OS "; +https://build2.org)" \
- " libbbot/" LIBBBOT_VERSION_STR \
- " libbutl/" LIBBUTL_VERSION_STR
+#define BBOT_USER_AGENT \
+ "bbot/" BBOT_VERSION_ID " (" BBOT_OS "; +https://build2.org)" \
+ " libbbot/" LIBBBOT_VERSION_ID \
+ " libbutl/" LIBBUTL_VERSION_ID
#endif // BBOT_VERSION