diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-30 13:15:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-30 13:15:09 +0300 |
commit | 2b50a336cac49bd3984e6b36c94a1e93c55557d9 (patch) | |
tree | 7dbfb43d12fc4a935579093aaa95c6b208ead0a3 | |
parent | db5248a7b3001808813983b7bf9d519ff8fddfcd (diff) |
Sanitize version substitutions
-rw-r--r-- | bpkg/version.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/version.hxx.in b/bpkg/version.hxx.in index b6274fe..5f74fc6 100644 --- a/bpkg/version.hxx.in +++ b/bpkg/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. // |