version 1.4.8

This commit is contained in:
Arndt 2016-12-10 19:59:55 +01:00
parent f15c5b923e
commit 05a8ec3ae3
14 changed files with 15 additions and 15 deletions

View file

@ -5,7 +5,7 @@
<parent>
<groupId>org.btools</groupId>
<artifactId>brouter</artifactId>
<version>1.4.7</version>
<version>1.4.8</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.7 / 19102016 / abrensch");
System.out.println("BRouter 1.4.8 / 10122016 / 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.4.7 / 19102016");
System.out.println("BRouter 1.4.8 / 10122016");
if ( args.length != 5 )
{
System.out.println("serve BRouter protocol");