bson_get_version (3) Linux Manual Page
NAME
bson_get_version() – A string representation of Libbson’s version, formatted something like "1.2.3" or "1.2.3-dev".
SYNOPSIS
const char *
bson_get_version(void);
DESCRIPTION
A string representation of Libbson’s version, formatted something like "1.2.3" or "1.2.3-dev".
RETURNS
A string you must not modify or free.
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
