Insert reverse connection ability into the http server code so that

seedless can start to get worked on. It's disabled by default.
This commit is contained in:
sponge
2010-01-10 11:23:20 +00:00
parent b8339e72b0
commit b15392ea85
6 changed files with 105 additions and 12 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 = 18;
public final static long BUILD = 19;
/** for example "-test" */
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;