diff options
Diffstat (limited to 'setup/windows')
-rw-r--r-- | setup/windows/traccar.iss | 2 | ||||
-rw-r--r-- | setup/windows/windows.cfg | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/setup/windows/traccar.iss b/setup/windows/traccar.iss index ddfdbc40e..54c93367c 100644 --- a/setup/windows/traccar.iss +++ b/setup/windows/traccar.iss @@ -1,6 +1,6 @@ [Setup]
AppName=Traccar
-AppVersion=1.3
+AppVersion=1.4
DefaultDirName={pf}\Traccar
AlwaysRestart=yes
diff --git a/setup/windows/windows.cfg b/setup/windows/windows.cfg index fbe008aeb..6e3a1a12f 100644 --- a/setup/windows/windows.cfg +++ b/setup/windows/windows.cfg @@ -155,5 +155,9 @@ <!-- V680 server configuration -->
<entry key="v680.enable">true</entry>
<entry key="v680.port">5016</entry>
+
+ <!-- PT502 server configuration -->
+ <entry key="pt502.enable">true</entry>
+ <entry key="pt502.port">5017</entry>
</properties>
|