diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-01 09:07:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-01 09:07:10 +0000 |
commit | b62ec946e57b0bc0739ba92f1b177113ce3013a3 (patch) | |
tree | 9d6d8f9de931f92581f0dffded53ba0d6eb39d48 /libwpd | |
parent | 29a9eb87814ff669dd4fa011689b0d1967e155b2 (diff) |
INTEGRATION: CWS fs04 (1.7.4); FILE MERGED
2005/08/31 16:24:26 fridrich_strba 1.7.4.2: Issue number:
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
Fix a small problem with double foot/endnote reference
2005/08/26 13:37:05 fridrich_strba 1.7.4.1: Issue number:
Submitted by: fridrich_strba
Reviewed by: fridrich_strba
Get ready for a new release of libwpd when it happens
Diffstat (limited to 'libwpd')
-rw-r--r-- | libwpd/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libwpd/makefile.mk b/libwpd/makefile.mk index c6a07a583dcc..6ad1288b3563 100644 --- a/libwpd/makefile.mk +++ b/libwpd/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:36:56 $ +# last change: $Author: kz $ $Date: 2005-11-01 10:07:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,8 +49,8 @@ TARGET=wpd @echo "Using system libwpd..." .ENDIF -TARFILE_NAME=libwpd-0.8.2 -#PATCH_FILE_NAME=$(TARFILE_NAME).diff +TARFILE_NAME=libwpd-0.8.3 +PATCH_FILE_NAME=$(TARFILE_NAME).diff BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) BUILD_DIR=src/lib |