11 #ifndef PQXX_H_VERSION
13 # include "pqxx/compiler-public.hxx"
14 # include "pqxx/internal/compiler-internal-pre.hxx"
17 # define PQXX_VERSION "7.3.1"
19 # define PQXX_ABI "7.3"
22 # define PQXX_VERSION_MAJOR 7
24 # define PQXX_VERSION_MINOR 3
26 # define PQXX_VERSION_CHECK \
27 check_pqxx_version_##PQXX_VERSION_MAJOR##_##PQXX_VERSION_MINOR
55 # include "pqxx/internal/compiler-internal-post.hxx"
Internal items for libpqxx' own use. Do not use these yourself.
Definition: composite.hxx:74
int PQXX_VERSION_CHECK() noexcept
Library version check stub.
Definition: version.cxx:18