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 2 #define UDISKS_MAJOR_VERSION 2
/** /**
* 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 0 #define UDISKS_MINOR_VERSION 1
/** /**
* 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 92 #define UDISKS_MICRO_VERSION 0
/** /**
* 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. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/