i2ptunnel: Fix controls broken in last commit (ticket #2184)

This commit is contained in:
zzz
2018-03-14 21:04:24 +00:00
parent 00dc1ed213
commit 1050fc7786
2 changed files with 12 additions and 1 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 = 17;
public final static long BUILD = 18;
/** for example "-test" */
public final static String EXTRA = "";