Clean up reverse connection ability, remove some annoyingly redundent code.

Place all settings in the console. It works!
This commit is contained in:
sponge
2010-01-14 05:45:01 +00:00
parent 865116b3f4
commit 11249657ac
13 changed files with 294 additions and 67 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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";