* SAM: Add support for RAW on the bridge socket in v3 (ticket #1334)

log fixes
This commit is contained in:
zzz
2014-07-19 15:43:51 +00:00
parent 5d21738410
commit 4b0019c732
3 changed files with 10 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 = 16;
public final static long BUILD = 17;
/** for example "-test" */
public final static String EXTRA = "";