From 612f342240499ac4462aff7ae68e424937c717ff Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Sun, 6 Oct 2013 14:13:16 +0300 Subject: [PATCH] Updates the Java Runtime Environment (JRE) bundled with Jitsi on Windows to 7u40. --- resources/install/installers.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/install/installers.properties b/resources/install/installers.properties index d6df54e0d..a66bf7bfb 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