version 1.4.7

This commit is contained in:
Arndt Brenschede 2016-10-19 18:44:28 +02:00
parent 6d95bc46e7
commit d42895880d
15 changed files with 17 additions and 17 deletions

View file

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

View file

@ -155,7 +155,7 @@ public class RouteServer extends Thread
public static void main(String[] args) throws Exception
{
System.out.println("BRouter 1.4.6 / 30092016");
System.out.println("BRouter 1.4.7 / 19102016");
if ( args.length != 5 )
{
System.out.println("serve BRouter protocol");