Scroll to navigation

BSON_GET_VERSION(3) Library Functions Manual BSON_GET_VERSION(3)

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.
2016‐10‐12 libbson