diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2013-10-06 14:13:16 +0300 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2013-10-06 14:13:16 +0300 |
commit | 612f342240499ac4462aff7ae68e424937c717ff (patch) | |
tree | 6349ea8c15086994c8f27ae4a3405670e5907ca6 /resources/install | |
parent | 51d21c677f7275694f3a491a7b2f80a656b3bc94 (diff) | |
download | jitsi-612f342240499ac4462aff7ae68e424937c717ff.zip jitsi-612f342240499ac4462aff7ae68e424937c717ff.tar.gz jitsi-612f342240499ac4462aff7ae68e424937c717ff.tar.bz2 |
Updates the Java Runtime Environment (JRE) bundled with Jitsi on Windows to 7u40.
Diffstat (limited to 'resources/install')
-rw-r--r-- | resources/install/installers.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/install/installers.properties b/resources/install/installers.properties index d6df54e..a66bf7b 100644 --- a/resources/install/installers.properties +++ b/resources/install/installers.properties @@ -13,5 +13,5 @@ windows.jre64.file=C:\\Install\\jre-7u17-windows-x64.exe # Paths to the ZIP files of private extracted Windows JRE setups to be deployed # as part of the respective setups of SIP Communicator. -windows.jre.zip=C:\\Install\\jre-7u21-windows-i586.zip -windows.jre64.zip=C:\\Install\\jre-7u21-windows-x64.zip +windows.jre.zip=C:\\Install\\jre-7u40-windows-i586.zip +windows.jre64.zip=C:\\Install\\jre-7u40-windows-x64.zip |