From f607b16501cd19164ea9321fcf6143d1d2a673b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 20 Sep 2004 13:38:59 +0000 Subject: [PATCH] INTEGRATION: CWS jl12 (1.8.8); FILE MERGED 2004/08/20 12:45:55 jl 1.8.8.1: #33102# changed version --- cli_ure/unotypes/makefile.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cli_ure/unotypes/makefile.mk b/cli_ure/unotypes/makefile.mk index 0e0b0727bc5d..2d9bbb8d7fed 100644 --- a/cli_ure/unotypes/makefile.mk +++ b/cli_ure/unotypes/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2004-07-12 13:06:38 $ +# last change: $Author: rt $ $Date: 2004-09-20 14:38:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,11 +86,14 @@ $(OUT)$/bin$/cli_types.dll : $(OUT)$/bin$/climaker.exe $(SOLARBINDIR)$/types.rdb +$(WRAPCMD) $(OUT)$/bin$/climaker.exe $(CLIMAKERFLAGS) \ --out $@ \ --keyfile $(BIN)$/cliuno.snk \ - --assembly-version "1.0.0.0" \ + --assembly-version "1.1.0.0" \ --assembly-description "This assembly contains metadata for the StarOffice/OpenOffice.org API." \ --assembly-company "OpenOffice.org" \ $(SOLARBINDIR)$/types_doc.rdb # --assembly-copyright "2003" \ +#Version changes +#incompatible change from 1.0.0.0 -> 1.1.0.0 + .ENDIF