1BSON_GET_VERSION(3) Libbson BSON_GET_VERSION(3)
23
4
NAME
6bson_get_version - bson_get_version()
7
SYNOPSIS
9const char *
10bson_get_version (void);
11
DESCRIPTION
13A string representation of Libbson's version, formatted something like
14"1.2.3" or "1.2.3-dev".
15
RETURNS
17A string you must not modify or free.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.13.1 Jan 24, 2019 BSON_GET_VERSION(3)