aboutsummaryrefslogtreecommitdiff
path: root/libbrep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-05-07 13:13:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-05-07 13:13:51 +0200
commit19e3c423819a59276036f743bd5febd89659129b (patch)
treec400b79620ae78cd343f895425f4f4a7729bd7ed /libbrep
parentf59eae0aa0ef1e7dfd67d69cc780a3637aaf4068 (diff)
Adjust version checks to use new LIBODB*_VERSION_FULL macros
Diffstat (limited to 'libbrep')
-rw-r--r--libbrep/version.hxx.in4
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.
//