diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-08-16 15:27:05 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-16 15:35:09 +0200 |
commit | e0487a112984b8151450b07fb1c05deaedc973e5 (patch) | |
tree | 79771e75dcba539b3fce8e50e40c6b014717e616 /unoil | |
parent | 50553df006f5fe8ac59cad3dcde0856735535b40 (diff) |
cli_ure,unoil: always increment all CLI assembly version numbers
There is a increment_version.pl, which uses the incversions.txt
to increment the CLI version numbers.
But it first checks that there are new published UNO types,
and exits if there are none. Not sure where the input for that
is supposed to come from.
But the OOo docs claim that all version numbers have to be
incresed for every release to work around some MSI issue,
so change the script to do that and add an incversion.txt
in unoil too.
http://www.openoffice.org/udk/common/man/spec/assemblyversioning.html
https://support.microsoft.com/en-us/help/905238/an-assembly-in-the-global-assembly-cache-or-sxs-is-missing-after-you-p
Change-Id: I6190b53d1a3ff00b9fe014f86f7ec8cddef9904e
Diffstat (limited to 'unoil')
-rw-r--r-- | unoil/climaker/incversions.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/unoil/climaker/incversions.txt b/unoil/climaker/incversions.txt new file mode 100644 index 000000000000..c5eaa3f90078 --- /dev/null +++ b/unoil/climaker/incversions.txt @@ -0,0 +1,22 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This file incorporates work covered by the following license notice: +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright +# ownership. The ASF licenses this file to you under the Apache +# License, Version 2.0 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.apache.org/licenses/LICENSE-2.0 . +# + +CLI_OOOTYPES_NEW_VERSION +CLI_OOOTYPES_OLD_VERSION +CLI_OOOTYPES_POLICY_VERSION + |