* i2psnark: More escape fixes

This commit is contained in:
zzz
2014-09-12 18:38:11 +00:00
parent 09dfea7dea
commit 682534f468
3 changed files with 33 additions and 3 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 = "-rc";