diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-04 15:31:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-04 15:31:52 +0000 |
commit | b8df67a39bf60393d73a3fe4e3f8bab4ea07c010 (patch) | |
tree | 711b31be6e06d4d051a320b946bdeb8fe00a7028 /libwpd | |
parent | 4af2fbfb09ea271e31155cc147a438f7bd1d00b6 (diff) |
INTEGRATION: CWS fs07 (1.12.10); FILE MERGED
2006/10/19 14:20:18 fridrich_strba 1.12.10.2: Issue number: N/A
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
Fixed a little memory leak :-(
2006/10/19 13:02:03 fridrich_strba 1.12.10.1: Issue number: N/A
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
Uploading a new libwpd
Diffstat (limited to 'libwpd')
-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 7250ec911de1..b932ac37c9ee 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: ihi $ $Date: 2006-08-01 16:39:58 $ +# last change: $Author: rt $ $Date: 2006-12-04 16:31:52 $ # # 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.6 +TARFILE_NAME=libwpd-0.8.7 PATCH_FILE_NAME=$(TARFILE_NAME).diff BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) BUILD_DIR=src/lib |