diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-07 13:13:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-07 13:13:51 +0200 |
commit | 19e3c423819a59276036f743bd5febd89659129b (patch) | |
tree | c400b79620ae78cd343f895425f4f4a7729bd7ed /libbrep/version.hxx.in | |
parent | f59eae0aa0ef1e7dfd67d69cc780a3637aaf4068 (diff) |
Adjust version checks to use new LIBODB*_VERSION_FULL macros
Diffstat (limited to 'libbrep/version.hxx.in')
-rw-r--r-- | libbrep/version.hxx.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/version.hxx.in b/libbrep/version.hxx.in index 3ac3752..9adb5ab 100644 --- a/libbrep/version.hxx.in +++ b/libbrep/version.hxx.in @@ -49,11 +49,11 @@ $libbbot.check(LIBBBOT_VERSION, LIBBBOT_SNAPSHOT)$ #include <odb/version.hxx> -$libodb.check(LIBODB_VERSION, LIBODB_SNAPSHOT)$ +$libodb.check(LIBODB_VERSION_FULL, LIBODB_SNAPSHOT)$ #include <odb/pgsql/version.hxx> -$libodb_pgsql.check(LIBODB_PGSQL_VERSION, LIBODB_PGSQL_SNAPSHOT)$ +$libodb_pgsql.check(LIBODB_PGSQL_VERSION_FULL, LIBODB_PGSQL_SNAPSHOT)$ // For now these are the same. // |