[Libreoffice-commits] .: Bump extension versions after changing to passive registration

Stephan Bergmann sbergman at redhat.com
Tue Apr 24 11:40:15 PDT 2012


Hi all,

When doing changes to code that can end up as extensions, esp. bundled 
ones, it is important to increment the corresponding extension version 
number.  This is not always obvious.

Stephan

On 04/24/2012 08:23 PM, Stephan Bergmann wrote:
> commit de562138eabd3ee3ecab28e5d1348a3fee7301e0
> Author: Stephan Bergmann<sbergman at redhat.com>
> Date:   Tue Apr 24 19:03:13 2012 +0200
>
>      Bump extension versions after changing to passive registration
>
>      ...otherwise, if they are bundled, their per-user data is not regenerated, leading
>      to inconsitencies.
>
> diff --git a/sdext/source/minimizer/description.xml b/sdext/source/minimizer/description.xml
> index b204312..f071a06 100644
> --- a/sdext/source/minimizer/description.xml
> +++ b/sdext/source/minimizer/description.xml
> @@ -11,7 +11,7 @@
>           <OpenOffice.org-minimal-version value="2.3" dep:name="OpenOffice.org 2.3"/>
>       </dependencies>
>
> -<version value="1.0.3"/>
> +<version value="1.0.4"/>
>
>       <platform value="@PLATFORM@"/>
>
> diff --git a/sdext/source/pdfimport/description.xml b/sdext/source/pdfimport/description.xml
> index b75aeb8..0816004 100644
> --- a/sdext/source/pdfimport/description.xml
> +++ b/sdext/source/pdfimport/description.xml
> @@ -10,7 +10,7 @@
>           <OpenOffice.org-minimal-version value="3.0" dep:name="OpenOffice.org 3.0"/>
>       </dependencies>
>
> -<version value="1.0.5" />
> +<version value="1.0.6" />
>
>       <platform value="@PLATFORM@" />
>
> diff --git a/sdext/source/presenter/description.xml b/sdext/source/presenter/description.xml
> index 8c647d6..be71e44 100644
> --- a/sdext/source/presenter/description.xml
> +++ b/sdext/source/presenter/description.xml
> @@ -11,7 +11,7 @@
>       <OpenOffice.org-minimal-version value="3.3" dep:name="OpenOffice.org 3.3"/>
>     </dependencies>
>
> -<version value="1.1.0" />
> +<version value="1.1.1" />
>
>     <platform value="@PLATFORM@" />
>


More information about the LibreOffice mailing list