aboutsummaryrefslogtreecommitdiff
path: root/bpkg/version.hxx.in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-05 19:29:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-05 19:29:28 +0200
commita68a1a033d73ac3bbc946fcb69bd0aa46b912624 (patch)
tree8c043679c891cc1fb71718b3ed2a7b437031950c /bpkg/version.hxx.in
parent17c66458cc60ada7adf56e49c60827cf7f773491 (diff)
Use version id in agent signature
Diffstat (limited to 'bpkg/version.hxx.in')
-rw-r--r--bpkg/version.hxx.in8
1 files changed, 4 insertions, 4 deletions
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