forked from I2P_Developers/i2p.i2p
* SusiMail:
- Add background mail checker, not yet enabled - Add idle timeout connection closer - Rely on idle checker for most delayed deletions - Cleanup resources better when shutting down session - Don't add deleted mails to folder, caused errors after deletions - Set socket soTimeouts so things don't hang forever - Display errors after check mail button pushed - More IOE debug logging
This commit is contained in:
@ -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 = 10;
|
||||
public final static long BUILD = 11;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user