udisksversion.h | udisksversion.h | |||
---|---|---|---|---|
skipping to change at line 44 | skipping to change at line 44 | |||
* | * | |||
* The major version of the libudisks2 header files. | * The major version of the libudisks2 header files. | |||
*/ | */ | |||
#define UDISKS_MAJOR_VERSION 1 | #define UDISKS_MAJOR_VERSION 1 | |||
/** | /** | |||
* UDISKS_MINOR_VERSION: | * UDISKS_MINOR_VERSION: | |||
* | * | |||
* The minor version of the libudisks2 header files. | * The minor version of the libudisks2 header files. | |||
*/ | */ | |||
#define UDISKS_MINOR_VERSION 97 | #define UDISKS_MINOR_VERSION 98 | |||
/** | /** | |||
* 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 0 | |||
/** | /** | |||
* UDISKS_CHECK_VERSION: | * UDISKS_CHECK_VERSION: | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||