* i2ptunnel: Fix filtering of custom options

This commit is contained in:
zzz
2014-08-05 21:26:48 +00:00
parent fe3059f0ab
commit 0e9ceba057
5 changed files with 6 additions and 5 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 = "-rc";