diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 15:39:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 15:39:58 +0000 |
commit | 09bac57e1e559c1b2c40a7c3291e157fc9529b51 (patch) | |
tree | 313933da4353d98a01d009160ec3a32527c0d525 /libwpd | |
parent | 7dccc372216ab4e7bbe135f3c3710a041e8507d5 (diff) |
INTEGRATION: CWS fs06 (1.11.2); FILE MERGED
2006/07/18 13:38:23 fridrich_strba 1.11.2.1: Issue number: N/A
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
Uploading a new IMPROVED version of 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 32445287bbfb..7250ec911de1 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: hr $ $Date: 2006-06-20 00:18:56 $ +# last change: $Author: ihi $ $Date: 2006-08-01 16:39:58 $ # # 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.4 +TARFILE_NAME=libwpd-0.8.6 PATCH_FILE_NAME=$(TARFILE_NAME).diff BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) BUILD_DIR=src/lib |