0.9.9 preparations

This commit is contained in:
Arndt 2014-04-18 16:36:04 +02:00
parent a440505f6f
commit c458ec0db9
13 changed files with 17 additions and 12 deletions

View file

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

View file

@ -84,7 +84,7 @@ public class BRouter
}
System.exit(0);
}
System.out.println("BRouter 0.9.8 / 12012014 / abrensch");
System.out.println("BRouter 0.9.9 / 18042014 / abrensch");
if ( args.length < 6 )
{
System.out.println("Find routes in an OSM map");

View file

@ -114,7 +114,7 @@ public class RouteServer extends Thread
public static void main(String[] args) throws Exception
{
System.out.println("BRouter 0.9.8 / 12012014 / abrensch");
System.out.println("BRouter 0.9.9 / 18042014 / abrensch");
if ( args.length != 4 )
{
System.out.println("serve BRouter protocol");