libwpd-stream.h | libwpd-stream.h | |||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
* For further information visit http://libwpd.sourceforge.net | * For further information visit http://libwpd.sourceforge.net | |||
*/ | */ | |||
/* "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_MINOR 9 | ||||
#define LIBWPD_STREAM_VERSION_REVISION 7 | ||||
#define LIBWPD_STREAM_VERSION_STRING "0.9.7" | ||||
#include "WPXStream.h" | #include "WPXStream.h" | |||
#include "WPXStreamImplementation.h" | #include "WPXStreamImplementation.h" | |||
#endif /* LIBWPD_STREAM_H */ | #endif /* LIBWPD_STREAM_H */ | |||
/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */ | /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */ | |||
End of changes. 1 change blocks. | ||||
5 lines changed or deleted | 0 lines changed or added | |||
libwpd.h | libwpd.h | |||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
* For further information visit http://libwpd.sourceforge.net | * For further information visit http://libwpd.sourceforge.net | |||
*/ | */ | |||
/* "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_MINOR 9 | ||||
#define LIBWPD_VERSION_REVISION 7 | ||||
#define LIBWPD_VERSION_STRING "0.9.7" | ||||
#include "WPXDocumentInterface.h" | #include "WPXDocumentInterface.h" | |||
#include "WPDocument.h" | #include "WPDocument.h" | |||
#endif /* LIBWPD_H */ | #endif /* LIBWPD_H */ | |||
/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */ | /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */ | |||
End of changes. 1 change blocks. | ||||
5 lines changed or deleted | 0 lines changed or added | |||