diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-23 11:10:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-23 11:10:32 +0000 |
commit | 0e9ccdc4eb9eefe9ab7aed79441a4796efe5e2f2 (patch) | |
tree | 18de3668781738e6649ec9574265e85d402691d2 | |
parent | 9eba3f4caa0a4b475ade63888584189bc9e0966c (diff) |
INTEGRATION: CWS fs08 (1.13.2); FILE MERGED
2007/01/09 15:37:59 fridrich_strba 1.13.2.4: fixing a little insignificant regression
2007/01/09 10:53:00 fridrich_strba 1.13.2.3: uploading release tarball of libwpd-0.8.8
2006/12/21 10:05:11 fridrich_strba 1.13.2.2: uploading a patch file that clears warnings with gcc 3.4.6 on unxlngi6. Once they are cleared on all suported platforms, a new corrected release tarball will replace the current one
2006/12/21 09:16:53 fridrich_strba 1.13.2.1: uploading not yet released libwpd 0.8.8 to see how we stand with warning
-rw-r--r-- | libwpd/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libwpd/makefile.mk b/libwpd/makefile.mk index b932ac37c9ee..9a9bf2491dd8 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2006-12-04 16:31:52 $ +# last change: $Author: obo $ $Date: 2007-01-23 12:10:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ TARGET=wpd @echo "Using system libwpd..." .ENDIF -TARFILE_NAME=libwpd-0.8.7 +TARFILE_NAME=libwpd-0.8.8 PATCH_FILE_NAME=$(TARFILE_NAME).diff BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) BUILD_DIR=src/lib |