7#ifndef BABELTRACE2_VERSION_H
8#define BABELTRACE2_VERSION_H
12#ifndef __BT_IN_BABELTRACE_H
13# error "Please include <babeltrace2/babeltrace.h> instead."
unsigned int bt_version_get_patch(void)
Returns the patch version of libbabeltrace2.
const char * bt_version_get_vcs_revision_description(void)
Returns the description of the version control system (VCS) revision of libbabeltrace2's version.
const char * bt_version_get_extra_description(void)
Returns the extra description of libbabeltrace2's version.
unsigned int bt_version_get_major(void)
Returns the major version of libbabeltrace2.
const char * bt_version_get_development_stage(void)
Returns the development stage of libbabeltrace2's version.
const char * bt_version_get_extra_patch_names(void)
Returns the extra patch names of libbabeltrace2's version.
const char * bt_version_get_extra_name(void)
Returns the extra name of libbabeltrace2's version.
unsigned int bt_version_get_minor(void)
Returns the minor version of libbabeltrace2.
const char * bt_version_get_name(void)
Returns libbabeltrace2's release name.
const char * bt_version_get_name_description(void)
Returns the description of libbabeltrace2's release name.