more on version code

This commit is contained in:
afischerdev 2021-07-07 12:21:52 +02:00
parent e8970c8626
commit 03574f834c
7 changed files with 40 additions and 13 deletions

View file

@ -327,7 +327,7 @@ public class RouteServer extends Thread implements Comparable<RouteServer>
public static void main(String[] args) throws Exception
{
System.out.println("BRouter 1.6.1 / 01032020");
System.out.println("BRouter " + OsmTrack.version + " / " + OsmTrack.versionDate);
if ( args.length != 5 && args.length != 6)
{
System.out.println("serve BRouter protocol");