1.4.11 preps

This commit is contained in:
Arndt Brenschede 2018-04-02 22:41:55 +02:00
parent fcae2caa75
commit 9c5f2d113e
15 changed files with 16 additions and 16 deletions

View file

@ -5,7 +5,7 @@
<parent>
<groupId>org.btools</groupId>
<artifactId>brouter</artifactId>
<version>1.4.10</version>
<version>1.4.11</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>brouter-server</artifactId>

View file

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

View file

@ -168,7 +168,7 @@ public class RouteServer extends Thread
public static void main(String[] args) throws Exception
{
System.out.println("BRouter 1.4.10 / 26022018");
System.out.println("BRouter 1.4.11 / 02042018");
if ( args.length != 5 && args.length != 6)
{
System.out.println("serve BRouter protocol");