This commit is contained in:
Arndt 2015-10-18 23:53:05 +02:00
parent b21cc2e931
commit 850e8049fb
5 changed files with 6 additions and 6 deletions

View file

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

View file

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