diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-30 13:15:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-30 13:15:53 +0300 |
commit | ee3331cbb8bd7e436521545e4c21b65bf1e07484 (patch) | |
tree | 9a44d5b4db41b48eec3ee02879a633915332a35b | |
parent | 5833b4e56b648afb2695feb7c9324c0b1193c388 (diff) |
Sanitize version substitutions
-rw-r--r-- | libbrep/version.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/version.hxx.in b/libbrep/version.hxx.in index 42521d1..bdba816 100644 --- a/libbrep/version.hxx.in +++ b/libbrep/version.hxx.in @@ -55,7 +55,7 @@ $libodb.check(LIBODB_VERSION, LIBODB_SNAPSHOT)$ #include <odb/pgsql/version.hxx> -$libodb-pgsql.check(LIBODB_PGSQL_VERSION, LIBODB_PGSQL_SNAPSHOT)$ +$libodb_pgsql.check(LIBODB_PGSQL_VERSION, LIBODB_PGSQL_SNAPSHOT)$ // For now these are the same. // |