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 0216221 Revert last commit, version number must be x.x.x.x
0216221 is described below
commit 02162219a7ceb95c32b238d83cc0f6c845c41464
Author: mseidel <[email protected]>
AuthorDate: Sun Dec 5 23:17:07 2021 +0100
Revert last commit, version number must be x.x.x.x
---
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 be65313..d2c52a9 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.500.9900"
+VIProductVersion "4.5.9900.500"
; Enable Unicode
Unicode true