* i2psnark: Fix start and start-all buttons on text-mode browsers

and Opera (ticket #1093)
This commit is contained in:
zzz
2013-10-29 21:49:20 +00:00
parent 1cffcae36b
commit 8909df3c88
3 changed files with 6 additions and 4 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 = "";