libwpd-stream.h | libwpd-stream.h | |||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
/* "This product is not manufactured, approved, or supported by | /* "This product is not manufactured, approved, or supported by | |||
* Corel Corporation or Corel Corporation Limited." | * Corel Corporation or Corel Corporation Limited." | |||
*/ | */ | |||
#ifndef LIBWPD_STREAM_H | #ifndef LIBWPD_STREAM_H | |||
#define LIBWPD_STREAM_H | #define LIBWPD_STREAM_H | |||
#define LIBWPD_STREAM_VERSION_MAJOR 0 | #define LIBWPD_STREAM_VERSION_MAJOR 0 | |||
#define LIBWPD_STREAM_VERSION_MINOR 9 | #define LIBWPD_STREAM_VERSION_MINOR 9 | |||
#define LIBWPD_STREAM_VERSION_REVISION 0 | #define LIBWPD_STREAM_VERSION_REVISION 1 | |||
#define LIBWPD_STREAM_VERSION_STRING "0.9.0" | #define LIBWPD_STREAM_VERSION_STRING "0.9.1" | |||
#include "WPXStream.h" | #include "WPXStream.h" | |||
#include "WPXStreamImplementation.h" | #include "WPXStreamImplementation.h" | |||
#endif /* LIBWPD_STREAM_H */ | #endif /* LIBWPD_STREAM_H */ | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
libwpd.h | libwpd.h | |||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
/* "This product is not manufactured, approved, or supported by | /* "This product is not manufactured, approved, or supported by | |||
* Corel Corporation or Corel Corporation Limited." | * Corel Corporation or Corel Corporation Limited." | |||
*/ | */ | |||
#ifndef LIBWPD_H | #ifndef LIBWPD_H | |||
#define LIBWPD_H | #define LIBWPD_H | |||
#define LIBWPD_VERSION_MAJOR 0 | #define LIBWPD_VERSION_MAJOR 0 | |||
#define LIBWPD_VERSION_MINOR 9 | #define LIBWPD_VERSION_MINOR 9 | |||
#define LIBWPD_VERSION_REVISION 0 | #define LIBWPD_VERSION_REVISION 1 | |||
#define LIBWPD_VERSION_STRING "0.9.0" | #define LIBWPD_VERSION_STRING "0.9.1" | |||
#include "WPXDocumentInterface.h" | #include "WPXDocumentInterface.h" | |||
#include "WPDocument.h" | #include "WPDocument.h" | |||
#endif /* LIBWPD_H */ | #endif /* LIBWPD_H */ | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||