Hi, I have submitted a patch for review:
https://gerrit.libreoffice.org/1840 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/40/1840/1 fdo#59798: MSI installer spurious space in version number (regression from e024a8d88dbca3a2d178ad88c069721a92156ddf) Change-Id: I0a94f7265d310f0f5c48c747ffca49a7aeb05a01 (cherry picked from commit 3c0f360995741c16e93f49b1a1e771d0f4e40dc7) --- M solenv/bin/modules/installer/windows/property.pm 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm index 56f4ba5d..fddb6c4 100644 --- a/solenv/bin/modules/installer/windows/property.pm +++ b/solenv/bin/modules/installer/windows/property.pm @@ -167,7 +167,7 @@ if ( $allvariables->{'PRODUCTEXTENSION'} ) { $productextension = $allvariables->{'PRODUCTEXTENSION'}; - $productname = $productname . " " . $productextension; + $productname = $productname . $productextension; } if ( $installer::globals::languagepack ) -- To view, visit https://gerrit.libreoffice.org/1840 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0a94f7265d310f0f5c48c747ffca49a7aeb05a01 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: libreoffice-4-0 Gerrit-Owner: Michael Stahl <mst...@redhat.com> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice