* i2psnark: Escape fixes

- fix ':' in name (again)
   - Change priority key from file name to file number so we don't hav to escape
This commit is contained in:
zzz
2014-09-09 19:23:12 +00:00
parent 00bd469f8e
commit 09dfea7dea
5 changed files with 54 additions and 31 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 = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "-rc";