From 7848221ece63119220464dcf1c5868db168effd2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 May 2017 19:28:28 +0200 Subject: Use version id in agent signature --- bbot/version.hxx.in | 8 ++++---- 1 file 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 -- cgit v1.1