libpqxx
version.hxx
1
11#ifndef PQXX_H_VERSION
12
13#include "pqxx/compiler-public.hxx"
14#include "pqxx/compiler-internal-pre.hxx"
15
17#define PQXX_VERSION "6.4.4"
19#define PQXX_ABI "6.4"
20
22#define PQXX_VERSION_MAJOR 6
24#define PQXX_VERSION_MINOR 4
25
26namespace pqxx
27{
28namespace internal
29{
31
53template<int, int> PQXX_LIBEXPORT int check_library_version() noexcept;
54}
55}
56#include "pqxx/compiler-internal-post.hxx"
57#endif
The home of all libpqxx classes, functions, templates, etc.
Definition: array.hxx:26
int check_library_version() noexcept
Library version check stub.