* i2psnark: Fix add torrent NPE

This commit is contained in:
zzz
2014-08-13 19:17:26 +00:00
parent 9c38e1e191
commit eb97ef4cb2
3 changed files with 6 additions and 2 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 = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";