1.3.2 preparations

This commit is contained in:
Arndt 2015-11-01 09:34:43 +01:00
parent 14a18fd770
commit 3e50846135
17 changed files with 1929 additions and 1906 deletions

View file

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