fwupd-version
fwupd-version — Obtains the version for the installed fwupd
|
|
Description
These compile time macros allow the user to enable parts of client code
depending on the version of libfwupd installed.
Functions
FWUPD_CHECK_VERSION()
#define FWUPD_CHECK_VERSION(major,minor,micro)
Check whether a fwupd version equal to or greater than
major.minor.micro.
Types and Values
FWUPD_MINOR_VERSION
#define FWUPD_MINOR_VERSION (5)
The compile-time minor version
FWUPD_MICRO_VERSION
#define FWUPD_MICRO_VERSION (9)
The compile-time micro version