Version
include/rid/version.h
Library version information.
See also: https://semver.org/
Functions
| Type | Name |
|---|---|
| const char * | rid_version_to_string (void) Get the library version as a string. |
Macros
| Type | Name |
|---|---|
| define | RID_VERSION_MAJOR 0 |
| define | RID_VERSION_MINOR 6 |
| define | RID_VERSION_PATCH 0 |
| define | RID_VERSION_STRING "0.6.0-dev" |
Functions Documentation
function rid_version_to_string
Get the library version as a string.
const char * rid_version_to_string (
void
)
Returns:
Version string in "major.minor.patch" format.
Macros Documentation
define RID_VERSION_MAJOR
#define RID_VERSION_MAJOR 0
define RID_VERSION_MINOR
#define RID_VERSION_MINOR 6
define RID_VERSION_PATCH
#define RID_VERSION_PATCH 0
define RID_VERSION_STRING
#define RID_VERSION_STRING "0.6.0-dev"