SAM: Fix v3 bug accepting incoming connections

It was starting both the v3 and v1 acceptors.
This commit is contained in:
zzz
2014-11-22 17:19:40 +00:00
parent 2a681608b5
commit 3ef89f49e7
4 changed files with 15 additions and 5 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "-rc";