libpqxx
7.0.7
version.hxx
1
/* Version info for libpqxx.
2
*
3
* DO NOT INCLUDE THIS FILE DIRECTLY; include pqxx/version instead.
4
*
5
* Copyright (c) 2000-2020, 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
#ifndef PQXX_H_VERSION
12
13
# include "pqxx/compiler-public.hxx"
14
# include "pqxx/internal/compiler-internal-pre.hxx"
15
17
# define PQXX_VERSION "7.0.7"
18
# define PQXX_ABI "7.0"
20
22
# define PQXX_VERSION_MAJOR 7
23
# define PQXX_VERSION_MINOR 0
25
26
# define PQXX_VERSION_CHECK \
27
check_pqxx_version_##PQXX_VERSION_MAJOR##_##PQXX_VERSION_MINOR
28
29
namespace
pqxx::internal
30
{
32
53
PQXX_LIBEXPORT
int
PQXX_VERSION_CHECK
() noexcept;
54
}
// namespace pqxx::internal
55
# include "pqxx/internal/compiler-internal-post.hxx"
56
#endif
pqxx::internal::PQXX_VERSION_CHECK
int PQXX_VERSION_CHECK() noexcept
Library version check stub.
Definition:
version.cxx:18
pqxx::internal
Private namespace for libpqxx's internal use; do not access.
Definition:
connection.hxx:59
include
pqxx
version.hxx
Generated by
1.8.17