diff options
-rw-r--r-- | bbot/version.hxx.in | 8 |
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 |