diff options
Diffstat (limited to 'setup')
-rwxr-xr-x | setup/package.sh | 2 | ||||
-rw-r--r-- | setup/traccar.iss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/setup/package.sh b/setup/package.sh index a6b54717d..404c7b86b 100755 --- a/setup/package.sh +++ b/setup/package.sh @@ -22,7 +22,7 @@ check_requirement () { fi } -check_requirement "ls ../../ext-6.0.1" "Missing ../../ext-6.0.1 (https://www.sencha.com/legal/GPL/)" +check_requirement "ls ../../ext-6.2.0" "Missing ../../ext-6.2.0 (https://www.sencha.com/legal/GPL/)" check_requirement "ls yajsw-*.zip" "Missing yajsw-*.zip (https://sourceforge.net/projects/yajsw/files/)" check_requirement "ls innosetup-*.exe" "Missing isetup-*.exe (http://www.jrsoftware.org/isdl.php)" check_requirement "which sencha" "Missing sencha cmd package (https://www.sencha.com/products/extjs/cmd-download/)" diff --git a/setup/traccar.iss b/setup/traccar.iss index 87c2e2fba..50eae41b0 100644 --- a/setup/traccar.iss +++ b/setup/traccar.iss @@ -1,6 +1,6 @@ [Setup] AppName=Traccar -AppVersion=3.8 +AppVersion=3.9 DefaultDirName={pf}\Traccar AlwaysRestart=yes OutputBaseFilename=traccar-setup |