1.6.0 preparation

This commit is contained in:
Arndt Brenschede 2020-02-15 14:36:27 +01:00
parent a0de736323
commit cf5479a261
14 changed files with 16 additions and 16 deletions

View file

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

View file

@ -285,7 +285,7 @@ public class RouteServer extends Thread implements Comparable<RouteServer>
public static void main(String[] args) throws Exception
{
System.out.println("BRouter 1.5.5 / 22072019");
System.out.println("BRouter 1.6.0 / 16022020");
if ( args.length != 5 && args.length != 6)
{
System.out.println("serve BRouter protocol");