Scroll to navigation

BSON_GET_MAJOR_VERSION(3) Library Functions Manual BSON_GET_MAJOR_VERSION(3)

NAME

bson_get_major_version() - Get the first number in libbson's MAJOR.MINOR.MICRO release version.

SYNOPSIS


int bson_get_major_version (void);

DESCRIPTION

Get the first number in libbson's MAJOR.MINOR.MICRO release version.

RETURNS

The value of BSON_MAJOR_VERSION when Libbson was compiled.

COLOPHON

This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 libbson