version 1.4.10

This commit is contained in:
Arndt Brenschede 2018-03-07 19:38:47 +01:00
parent b783b4568a
commit 1de5532b74
14 changed files with 15 additions and 15 deletions

View file

@ -88,7 +88,7 @@ public class BRouter
}
System.exit(0);
}
System.out.println("BRouter 1.4.10 / 26022018 / abrensch+ntruchsess");
System.out.println("BRouter 1.4.10 / 26022018");
if ( args.length < 6 )
{
System.out.println("Find routes in an OSM map");

View file

@ -168,7 +168,7 @@ public class RouteServer extends Thread
public static void main(String[] args) throws Exception
{
System.out.println("BRouter 1.4.10 / 26022018 abrensch+ntruchsess");
System.out.println("BRouter 1.4.10 / 26022018");
if ( args.length != 5 && args.length != 6)
{
System.out.println("serve BRouter protocol");