diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-30 13:13:04 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-30 13:13:04 +0300 |
commit | 5846a1ebca2700fff439ba6d2ea031364d19a085 (patch) | |
tree | 9e9da9e9f19eaf727d2e831400953ce1c7808057 | |
parent | 3db88657cc480e658c58f72a06583919da587b5b (diff) |
Sanitize version substitutions
-rw-r--r-- | bdep/version.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/version.hxx.in b/bdep/version.hxx.in index f3507ec..6a91e27 100644 --- a/bdep/version.hxx.in +++ b/bdep/version.hxx.in @@ -51,7 +51,7 @@ $libodb.check(LIBODB_VERSION, LIBODB_SNAPSHOT)$ #include <odb/sqlite/version.hxx> -$libodb-sqlite.check(LIBODB_SQLITE_VERSION, LIBODB_SQLITE_SNAPSHOT)$ +$libodb_sqlite.check(LIBODB_SQLITE_VERSION, LIBODB_SQLITE_SNAPSHOT)$ // User agent. // |