From a68a1a033d73ac3bbc946fcb69bd0aa46b912624 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 May 2017 19:29:28 +0200 Subject: Use version id in agent signature --- bpkg/version.hxx.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg') diff --git a/bpkg/version.hxx.in b/bpkg/version.hxx.in index f6ca7c3..8ccb75e 100644 --- a/bpkg/version.hxx.in +++ b/bpkg/version.hxx.in @@ -87,9 +87,9 @@ $libodb-sqlite.check(LIBODB_SQLITE_VERSION, LIBODB_SQLITE_SNAPSHOT)$ # define BPKG_OS "Other" #endif -#define BPKG_USER_AGENT \ - "bpkg/" BPKG_VERSION_STR " (" BPKG_OS "; +https://build2.org)" \ - " libbpkg/" LIBBPKG_VERSION_STR \ - " libbutl/" LIBBUTL_VERSION_STR +#define BPKG_USER_AGENT \ + "bpkg/" BPKG_VERSION_ID " (" BPKG_OS "; +https://build2.org)" \ + " libbpkg/" LIBBPKG_VERSION_ID \ + " libbutl/" LIBBUTL_VERSION_ID #endif // BPKG_VERSION -- cgit v1.1