Constants#
- MAJOR_VERSION = 5#
Like
get_major_version()
, but from the headers used at application compile time, rather than from the library linked against at application run time.
- MICRO_VERSION = 1#
Like
get_micro_version()
, but from the headers used at application compile time, rather than from the library linked against at application run time.
- MINOR_VERSION = 14#
Like
get_minor_version()
, but from the headers used at application compile time, rather than from the library linked against at application run time.