* I2CP: Fix bug in handling external I2CP clients, introduced in -2

by the immutable destination patch
This commit is contained in:
zzz
2013-10-13 19:33:04 +00:00
parent 20b2f7dcb1
commit 208192f445
2 changed files with 1 additions and 2 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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";