more on version code
This commit is contained in:
parent
e8970c8626
commit
03574f834c
7 changed files with 40 additions and 13 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue