version number change to 1.0.2

This commit is contained in:
Arndt 2014-08-10 18:04:41 +02:00
parent a63e9eb166
commit 2ae06c8b17
4 changed files with 5 additions and 5 deletions

View file

@ -129,7 +129,7 @@ public class RouteServer extends Thread
public static void main(String[] args) throws Exception
{
System.out.println("BRouter 1.0.1 / 13072014 / abrensch");
System.out.println("BRouter 1.0.2 / 10082014 / abrensch");
if ( args.length != 5 )
{
System.out.println("serve BRouter protocol");