From 0a6faa86c4b634fa3a94633506c4422623e36f1e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 14 Jul 2015 15:11:50 +1200 Subject: Update setup packaging scripts --- setup/windows/traccar.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup/windows/traccar.iss') diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss index 6a03ef5cf..91f30da8a 100644 --- a/setup/windows/traccar.iss +++ b/setup/windows/traccar.iss @@ -1,6 +1,6 @@ [Setup] AppName=Traccar -AppVersion=2.12 +AppVersion=3.0 DefaultDirName={pf}\Traccar AlwaysRestart=yes @@ -54,7 +54,7 @@ begin else begin Result := false; - MsgBox('This application requires Java Runtime Environment version 1.6 or later. Please download and install the JRE and run this setup again.', mbCriticalError, MB_OK); + MsgBox('This application requires Java Runtime Environment version 7 or later. Please download and install the JRE and run this setup again.', mbCriticalError, MB_OK); end; end; -- cgit v1.2.3