1BSON_GET_VERSION(3) libbson BSON_GET_VERSION(3)
23
4
SYNOPSIS
6const char *
7bson_get_version (void);
8
DESCRIPTION
10A string representation of Libbson's version, formatted something like
11"1.2.3" or "1.2.3-pre".
12
RETURNS
14A string you must not modify or free.
15
AUTHOR
17MongoDB, Inc
18
COPYRIGHT
202017-present, MongoDB, Inc
2122
23
24
25
1.25.1 Nov 08, 2023 BSON_GET_VERSION(3)