This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 92d2583 Use MSI version
92d2583 is described below
commit 92d2583912f0ffe24dd2a9747c0f72679518e21b
Author: mseidel <[email protected]>
AuthorDate: Sat Dec 4 22:01:26 2021 +0100
Use MSI version
---
main/setup_native/source/win32/nsis/downloadtemplate.nsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/setup_native/source/win32/nsis/downloadtemplate.nsi
b/main/setup_native/source/win32/nsis/downloadtemplate.nsi
index d2c52a9..be65313 100644
--- a/main/setup_native/source/win32/nsis/downloadtemplate.nsi
+++ b/main/setup_native/source/win32/nsis/downloadtemplate.nsi
@@ -9,7 +9,7 @@ VIAddVersionKey CompanyName "Apache Software Foundation"
VIAddVersionKey LegalCopyright "(c) 2012-2021 The Apache Software Foundation"
VIAddVersionKey FileDescription "Apache PRODUCTNAMEPLACEHOLDER Installer"
VIAddVersionKey ProductVersion "PRODUCTVERSIONPLACEHOLDER"
-VIProductVersion "4.5.9900.500"
+VIProductVersion "4.500.9900"
; Enable Unicode
Unicode true