udisksversion.h | udisksversion.h | |||
---|---|---|---|---|
skipping to change at line 51 | skipping to change at line 51 | |||
* | * | |||
* The minor version of the libudisks2 header files. | * The minor version of the libudisks2 header files. | |||
*/ | */ | |||
#define UDISKS_MINOR_VERSION 0 | #define UDISKS_MINOR_VERSION 0 | |||
/** | /** | |||
* UDISKS_MICRO_VERSION: | * UDISKS_MICRO_VERSION: | |||
* | * | |||
* The micro version of the libudisks2 header files. | * The micro version of the libudisks2 header files. | |||
*/ | */ | |||
#define UDISKS_MICRO_VERSION 0 | #define UDISKS_MICRO_VERSION 1 | |||
/** | /** | |||
* UDISKS_CHECK_VERSION: | * UDISKS_CHECK_VERSION: | |||
* @major: The major version to check for. | * @major: The major version to check for. | |||
* @minor: the minor version to check for. | * @minor: the minor version to check for. | |||
* @micro: The micro version to check for. | * @micro: The micro version to check for. | |||
* | * | |||
* Macro to check against the version of the libudisks2 library that | * Macro to check against the version of the libudisks2 library that | |||
* is being compiled against. | * is being compiled against. | |||
* | * | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||