Provided by: libbson-doc_1.3.1-1_all
NAME
Libbson_Versioning - Versioning Macros and Functions
SYNOPSIS
#define BSON_CHECK_VERSION(major, minor, micro) #define BSON_MAJOR_VERSION (1) #define BSON_MINOR_VERSION (3) #define BSON_MICRO_VERSION (1) #define BSON_VERSION_S "1.3.1" #define BSON_VERSION_HEX (BSON_MAJOR_VERSION << 24 | \ BSON_MINOR_VERSION << 16 | \ BSON_MICRO_VERSION << 8)
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.