1.4 preparation

This commit is contained in:
Arndt 2016-05-06 09:17:41 +02:00
parent 52b4dfb028
commit d6e125b60b
15 changed files with 19 additions and 19 deletions

View file

@ -88,7 +88,7 @@ public class BRouter
}
System.exit(0);
}
System.out.println("BRouter 1.3.2 / 31102015 / abrensch");
System.out.println("BRouter 1.4 / 06052016 / 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.3.2 / 31102015");
System.out.println("BRouter 1.4 / 06052016");
if ( args.length != 5 )
{
System.out.println("serve BRouter protocol");