I2CP: Revert part of prior checkin, prevented idle tunnel from opening;

(treat INIT as CLOSED) better fix to follow
This commit is contained in:
zzz
2015-05-23 20:02:46 +00:00
parent 195171f9ed
commit 3d07e1a10b
2 changed files with 11 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 = 28;
public final static long BUILD = 29;
/** for example "-test" */
public final static String EXTRA = "-rc";