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-pre".
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.20.0 Nov 18, 2021 BSON_GET_VERSION(3)