* I2PTunnel: Enable persistent keying for SOCKS tunnels (ticket #1088)

This commit is contained in:
dg2-new
2013-10-28 19:15:46 +00:00
parent f0f363e8c3
commit 626daeb86e
4 changed files with 15 additions and 7 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 = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "";