int
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_GET_MINOR_VERSION(3)
Description
Get the middle number in libbson's MAJOR.MINOR.MICRO release version.
Returns
The value of BSON_MINOR_VERSION when Libbson was compiled.
Synopsis
int
bson_get_minor_version (void);
