This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 0b14d4eb14ddaa1dc9e6eed294a7b645c68604ce Author: mseidel <msei...@apache.org> AuthorDate: Tue May 11 20:59:14 2021 +0200 Correct ProductVersion --- main/setup_native/source/win32/nsis/downloadtemplate.nsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/setup_native/source/win32/nsis/downloadtemplate.nsi b/main/setup_native/source/win32/nsis/downloadtemplate.nsi index d2c52a9..b06368a 100644 --- a/main/setup_native/source/win32/nsis/downloadtemplate.nsi +++ b/main/setup_native/source/win32/nsis/downloadtemplate.nsi @@ -9,13 +9,12 @@ 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.1.9807.500" ; Enable Unicode Unicode true ; Compression options -CRCCheck on SetCompressor zlib ; MUI 1.67 compatible ------