libpqxx
The C++ client library for PostgreSQL
version.hxx
Go to the documentation of this file.
1 /* Version info for libpqxx.
2  *
3  * DO NOT INCLUDE THIS FILE DIRECTLY; include pqxx/version instead.
4  *
5  * Copyright (c) 2000-2025, Jeroen T. Vermeulen.
6  *
7  * See COPYING for copyright license. If you did not receive a file called
8  * COPYING with this source code, please notify the distributor of this
9  * mistake, or contact the author.
10  */
11 #if !defined(PQXX_H_VERSION)
12 # define PQXX_H_VERSION
13 
14 # if !defined(PQXX_HEADER_PRE)
15 # error "Include libpqxx headers as <pqxx/header>, not <pqxx/header.hxx>."
16 # endif
17 
19 # define PQXX_VERSION "7.10.5"
21 # define PQXX_ABI "7.10"
22 
24 # define PQXX_VERSION_MAJOR 7
26 # define PQXX_VERSION_MINOR 10
27 
28 # define PQXX_VERSION_CHECK check_pqxx_version_7_10
29 
30 namespace pqxx::internal
31 {
33 
55 } // namespace pqxx::internal
56 #endif
#define PQXX_LIBEXPORT
Definition: header-pre.hxx:157
Internal items for libpqxx' own use. Do not use these yourself.
Definition: encodings.cxx:33
#define PQXX_VERSION_CHECK
Definition: version.hxx:28