I2PTunnel: Fix a shared client configured with i2cp.newDestOnResume

not restarting correctly, caused by previous checkin
This commit is contained in:
zzz
2013-11-24 23:42:53 +00:00
parent 001070f677
commit 60aa8c57a4
4 changed files with 29 additions and 4 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 = 31;
public final static long BUILD = 32;
/** for example "-test" */
public final static String EXTRA = "-rc";