i2ptunnel: Fix Socks and SocksIRC tunnels not starting,

broken in fix for ticket #815
This commit is contained in:
zzz
2015-04-24 01:48:07 +00:00
parent 772d0beac3
commit 37c6ac3a88
3 changed files with 10 additions and 6 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 = 7;
public final static long BUILD = 8;
/** for example "-test" */
public final static String EXTRA = "";