Utils: Allow absolute path to certs in I2PSSLSocketFactory

This commit is contained in:
zzz
2019-05-11 13:37:18 +00:00
parent f6efdceaca
commit 9eec35713c
3 changed files with 41 additions and 11 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 = 1;
public final static long BUILD = 2;
/** for example "-test" */
public final static String EXTRA = "";